Share via


IWMPError::clearErrorQueue (Windows Embedded CE 6.0)

1/6/2010

The clearErrorQueue method clears the errors from the error queue.

Syntax

HRESULT clearErrorQueue(); 

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.

See Also

Reference

IWMPError Interface