Share via


IWMPMedia::get_isIdentical (Windows Embedded CE 6.0)

1/6/2010

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