Windows Media Player 11 SDK IWMPLibrary::isIdentical
Previous | Next |
IWMPLibrary::isIdentical
The isIdentical method retrieves a value that indicates whether the supplied object is the same as the current one.
Syntax
Parameters
pIWMPLibrary
[in] Pointer to an IWMPLibrary interface that represents the object to compare with current one.
pvbool
[out] Pointer to a VARIANT_BOOL that receives the result of the comparison. VARIANT_TRUE indicates that the objects are the same.
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
Windows Media Player 10 Mobile: This method is not supported.
Requirements
Version: Windows Media Player 11.
Header: Include wmp.h.
Library: Use wmp.dll.
See Also
Previous | Next |