ITIMEMediaPlayerSite::timeState Property | Internet Development Index | 
Used by the control to retrieve the time state.
Syntax
HRESULT ITIMEMediaPlayerSite::get_timeState(ITIMEState **pState);
Parameters
- pState
 - Address of a pointer to a variable of type ITIMEState interface that receives the time state.
 
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
This property is only relevant for people who are writing a custom player for HTML+TIME (Timed Interactive Multimedia Extensions).