Windows Media Player 11 SDK IWMPContentContainerList::GetTransactionType 

Windows Media Player SDK banner art

Previous Next

IWMPContentContainerList::GetTransactionType

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 GetTransactionType method retrieves the type of the current transaction.

Syntax

  HRESULT GetTransactionType(
  WMPTransactionType*  pwmptt
);

Parameters

pwmptt

[out]  Pointer to a WMPTransactionType that receives the transaction type value.

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