WMS_EVENT_INITIALIZE_PLAYLIST

The server created a playlist object for the requested playlist. You can trap this event to modify the playlist requested by the client before any streams are sent to the client. For example, you can use this event notice to randomize a playlist. For more information, see Randomizing a Playlist. The @WMS_COMMAND_CONTEXT_PLAYLIST_OBJECT property in the Command Context contains a pointer to the IUnknown interface for the playlist. You can call GetAndQueryIunknownValue on the IWMSContext interface to retrieve a pointer to the IXMLDOMDocument interface for the playlist.

See Also (General)

See Also (Visual Basic .NET)

See Also (C#)

See Also (C++)