Windows Media Player 11 SDK IWMPError::clearErrorQueueÂ
Previous | Next |
IWMPError::clearErrorQueue
The clearErrorQueue method clears the errors from the error queue.
Syntax
Parameters
This method takes no parameters.
Return Values
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
S_OK | The method succeeded. |
Remarks
Use this method to clear the error queue after a series of errors has been processed.
You should set a VARIANT_BOOL to FALSE and pass it into IWMPSettings::put_enableErrorDialogs if you choose to display custom error messages.
Requirements
Version: Windows Media Player 9 Series or later.
Header: Include wmp.h.
Library: Use wmp.dll.
See Also
Previous | Next |