Windows Media Player 11 SDK IWMPPlaylist::get_isIdentical 

Windows Media Player SDK banner art

Previous Next

IWMPPlaylist::get_isIdentical

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

Syntax

  

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.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next