Share via


Windows Media Player 11 SDK IWMPContentContainerList::GetContainerCount 

Windows Media Player SDK banner art

Previous Next

IWMPContentContainerList::GetContainerCount

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 GetContainerCount method retrieves the count of content containers in the container list.

Syntax

  HRESULT GetContainerCount(
  ULONG*  pcContainer
);

Parameters

pcContainer

[out]  Address of a ULONG that receives the count.

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

Previous Next