IWMSPlaylistParserPluginCallback Interface

The IWMSPlaylistParserPluginCallback interface is used to receive event notices from the server.

Note

   This interface is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008. The method on this interface must be called only once, even if an error code is returned after the initial call.

In addition to the methods inherited from IUnknown, the IWMSPlaylistParserPluginCallback interface exposes the following method.

Method

Description

OnCreatePlaylistParser

The server has created a playlist parser plug-in.

See Also

Concepts

Custom Plug-in Interfaces (C++)

Playlist Parser Plug-in Sample