Implementing a Data Source Plug-in

banner art

Previous Next

Implementing a Data Source Plug-in

In addition to the IWMSBasicPlugin interface, every data source plug-in must implement the IWMSDataSourcePlugin and IWMSDataContainer interfaces. Depending on the type of data container being used, other interfaces may also need to be implemented. The data container can be implemented as either a byte-based or a packet-based container. The following sections discuss how to implement each type of data container.

See Also (General)

See Also (Visual Basic .NET)

See Also (C#)

See Also (C++)

Previous Next