IWMSDataContainerCallback Interface
The IWMSDataContainerCallback interface provides methods that can be implemented by a plug-in to respond when the server calls GetInfo, Read, or Write on the IWMSDataContainer IWMSDataContainer Interface.
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 IWMSDataContainerCallback interface exposes the following methods.
Method |
Description |
---|---|
OnDoDataContainerExtendedCommand |
Not implemented in this release. |
OnGetInfo |
Returns the results of the GetInfo method call to the server. |
OnRead |
Returns the results of the Read method call to the server. |
OnWrite |
Returns the results of the Write method call to the server. |