reset method
Obsolete. The HTML+TIME (Timed Interactive Multimedia Extensions) host calls ITIMEMediaPlayer::reset when it's time state has completely changed and the control needs to adjust it's internal state to match that of the HTML+TIME host.
Syntax
HRESULT retVal = object.reset();
Parameters
This method has no parameters.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
This method is only relevant for people who are writing a custom player for HTML+TIME.
Custom media players for HTML+TIME are no longer supported as of Windows Internet Explorer 7.