Windows Media Player 11 SDK IWMPErrorItem2::get_condition 

Windows Media Player SDK banner art

Previous Next

IWMPErrorItem2::get_condition

The get_condition method retrieves a value indicating the condition for the error.

Syntax

  

Parameters

plCondition

[out]  Pointer to a long containing the condition code.

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 condition code is a value that is used by Microsoft to provide additional information for technical support personnel.

Windows Media Player 10 Mobile: This method always retrieves a long set to 0.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next