Share via


Windows Media Player 11 SDK IWMPContentContainerList Interface 

Windows Media Player SDK banner art

Previous Next

IWMPContentContainerList Interface

Note This section describes functionality designed for use by online stores. Use of this functionality outside the context of an online store is not supported.

The IWMPContentContainerList interface represents a list of one or more content containers. Content containers are represented by the IWMPContentContainer interface.

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

Method Description
GetContainer Retrieves the content container at the specified index.
GetContainerCount Retrieves the count of content containers in the container list.
GetTransactionType Retrieves the type of the current transaction.

See Also

Previous Next