Share via


Windows Media Player 11 SDK IWMPStringCollection2::isIdentical 

Windows Media Player SDK banner art

Previous Next

IWMPStringCollection2::isIdentical

The isIdentical method retrieves a value indicating whether the supplied object is the same as the current one.

Syntax

  HRESULT isIdentical(
  IWMPStringCollection2*  pIWMPStringCollection2,
  VARIANT_BOOL*  pvbool
);

Parameters

pIWMPStringCollection2

[in]  Pointer to an IWMPStringCollection2 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

To use this method, read access to the library is required. For more information, see Library Access.

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