IWMPMedia::get_isIdentical

Other versions of this page are also available for the following:

8/28/2008

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

Syntax

HRESULT get_isIdentical( IWMPMedia* pIWMPMedia, VARIANT_BOOL* pvbool ); 

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.

See Also

Reference

IWMPMedia Interface