Share via


IWMPPlaylist::get_isIdentical (Windows Embedded CE 6.0)

1/6/2010

The get_isIdentical method retrieves a value indicating whether the specified playlist is identical to the current playlist.

Syntax

HRESULT get_isIdentical( IWMPPlaylist* pIWMPPlaylist, VARIANT_BOOL* pvbool ); 

Parameters

  • pIWMPPlaylist
    [in]  Pointer to an IWMPPlaylist interface for the playlist that this method compares to the current playlist.
  • pvbool
    [out]  VARIANT_BOOL that specifies whether the compared playlists 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

IWMPPlaylist Interface