Windows Media Player 11 SDK IWMPErrorItem::get_errorContextÂ
Previous | Next |
IWMPErrorItem::get_errorContext
The get_errorContext method retrieves a value indicating the context of the error.
Syntax
Parameters
pvarContext
[out] Pointer to a VARIANT containing the error context.
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
The error context is information that is used by Microsoft to provide additional information for technical support personnel.
Windows Media Player 10 Mobile: This method always retrieves a VARIANT with the vt field set to VT_EMPTY.
Requirements
Version: Windows Media Player 9 Series or later.
Header: Include wmp.h.
Library: Use wmp.dll.
See Also
Previous | Next |