IBDA_DRM::GetDRMPairingStatus method (bdaiface.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The GetDRMPairingStatus method queries the status of the DRM handshake.

Syntax

HRESULT GetDRMPairingStatus(
  [out] DWORD   *pdwStatus,
  [out] HRESULT *phError
);

Parameters

[out] pdwStatus

Receives a value from the BDA_DrmPairingError enumeration.

[out] phError

Receives an HRESULT value indicating the success or failure of the DRM handshake.

Return value

The method returns an HRESULT. Possible values include those in the following table.

Return code Description
S_OK
The method succeeded.
S_FALSE
The device does not support this functionality, or the handshake is still in progress.

Requirements

Requirement Value
Minimum supported client Windows�Vista [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header bdaiface.h

See also

IBDA_DRM Interface