Windows Media Player 11 SDK IWMPContentContainerList::GetContainerÂ
Previous | Next |
IWMPContentContainerList::GetContainer
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 GetContainer method retrieves the content container at the specified index.
Syntax
HRESULT GetContainer( ULONG idxContainer, IWMPContentContainer** ppContent );
Parameters
idxContainer
[in] Specifies the index of the content container to retrieve.
ppContent
[out] Address of a variable that receives a pointer to the IWMPContentContainer interface at the specified index.
Return Values
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
S_OK | The method succeeded. |
Requirements
Version: Windows Media Player 11
Header: contentpartner.h
See Also
- IWMPContentContainer Interface
- IWMPContentContainerList Interface
- IWMPContentContainerList::GetContainerCount
Previous | Next |