Partager via


IWMPError::get_errorCount (Windows Embedded CE 6.0)

1/6/2010

The get_errorCount method retrieves the number of errors in the error queue.

Syntax

HRESULT get_errorCount( long* plNumErrors ); 

Parameters

  • plNumErrors
    [out]  Pointer to a long containing the number of errors.

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

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