Previous | Next |
The RemoveMarker method enables the reader to remove a marker from the header section of the Windows Media file, if its index is specified.
Syntax
HRESULT RemoveMarker(
WORD wIndex
);
Parameters
wIndex
[in] Word containing the index.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Return code | Meaning |
NS_E_INVALID_STATE | The object is not in a configurable state. |
E_UNEXPECTED | The method failed for an unspecified reason. |
Remarks
This method is not supported by the writer.
See Also
Previous | Next |