IWMSEventAuthorizationCallback Interface

banner art

Previous Next

IWMSEventAuthorizationCallback Interface

The IWMSEventAuthorizationCallback interface contains a method that enables an authorization plug-in to respond to calls that the server makes through the IWMSEventAuthorizationPlugin interface. This interface is implemented by the server and called by the authorization plug-in.

  • 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 IWMSEventAuthorizationCallback interface exposes the following method.

Method Description
OnAuthorizeEvent Returns the results of the AuthorizeEvent method call.

See Also

Previous Next