Windows Media Player 11 SDK IWMPMedia::get_isIdentical 

Windows Media Player SDK banner art

Previous Next

IWMPMedia::get_isIdentical

The get_isIdentical method retrieves a value indicating whether the specified object is the same as the current one.

Syntax

  

Parameters

pIWMPMedia

[in]  Pointer to an IWMPMedia object that this method will compare to the current object.

pvbool

[out]  Pointer to a VARIANT_BOOL that indicates whether the objects were identical.

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.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next