IWMSClassObject Interface

banner art

Previous Next

IWMSClassObject Interface

  • Note   This interface is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008.

The server sends your plug-in a pointer to an IWMSClassObject interface when it calls the IWMSBasicPlugin::InitializePlugin method. You can use this pointer to create the following objects for internal use by your custom plug-in:

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

Method Description
AllocIWMSCommandContext Allocates a command context that contains information about requests made by a client, and responses made by the server to those requests.
AllocIWMSContext Allocates a context identified by the WMS_CONTEXT_TYPE enumeration.
AllocIWMSPacket Allocates a data packet for use by a custom data source plug-in.
AllocIWMSPacketList Allocates a packet list for use by a custom data source plug-in.
CreateInstance Generic method for allocating objects.

See Also

Previous Next