Windows Media Player 11 SDK IWMPEvents::CurrentPlaylistItemAvailable 

Windows Media Player SDK banner art

Previous Next

IWMPEvents::CurrentPlaylistItemAvailable

The CurrentPlaylistItemAvailable event occurs when the current playlist item becomes available.

Syntax

  

Parameters

bstrItemName

[in]  Specifies the item name.

Return Values

This event does not return a value.

Remarks

The name of the current playlist can be used to retrieve the corresponding Playlist object by using the IWMPPlaylistCollection::getByName method.

Windows Media Player 10 Mobile: This event is not supported.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next