Windows Media Player 11 SDK IWMPContentPartnerCallback::GetCatalogVersion 

Windows Media Player SDK banner art

Previous Next

IWMPContentPartnerCallback::GetCatalogVersion

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 GetCatalogVersion method retrieves the version information for the online store catalog currently in use by Windows Media Player.

Syntax

  HRESULT GetCatalogVersion(
  DWORD*  pdwVersion,
  DWORD*  pdwSchemaVersion,
  LCID*  plcid
);

Parameters

pdwVersion

[out]  Address of a DWORD that receives the catalog version.

pdwSchemaVersion

[out]  Address of a DWORD that receives the schema version.

plcid

[out]  Address of an LCID that receives the locale ID for the catalog.

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