Compartir a través de


IWMSPushSourceCallback Interface

The IWMSPushSourceCallback interface provides methods that enable a plug-in to respond to IWMSPushSourceIWMSPushSource Interface method calls.

Note

   This interface is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008. Each method of 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 IWMSPushSourceCallback interface exposes the following methods.

Method

Description

OnPausePushing

Called by a plug-in to respond when the server calls IWMSPushSource::PausePushing.

OnStartPushing

Called by a plug-in to respond when the server calls IWMSPushSource::StartPushing.

OnStopPushing

Called by a plug-in to respond when the server calls IWMSPushSource::StopPushing.

See Also

Concepts

Custom Plug-in Interfaces (C++)