Share via


Windows Media Player 11 SDK IWMPContentContainer::GetContentCount 

Windows Media Player SDK banner art

Previous Next

IWMPContentContainer::GetContentCount

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 GetContentCount method retrieves the count of digital media content items in the container.

Syntax

  HRESULT GetContentCount(
  ULONG*  pcContent
);

Parameters

pcContent

[out]  Pointer to 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