Share via


Windows Media Player 11 SDK IWMPError::get_errorCountĀ 

Windows Media Player SDK banner art

Previous Next

IWMPError::get_errorCount

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

Syntax

  

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.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next