IBDA_DRM::GetDRMPairingStatus

 
Microsoft DirectShow 9.0

IBDA_DRM::GetDRMPairingStatus

This topic applies to Windows Vista.

The GetDRMPairingStatus method queries the status of the DRM handshake.

Syntax

  HRESULT GetDRMPairingStatus(
  DWORD* pdwStatus,
  HRESULT* phErrort
);

Parameters

pdwStatus

[out]  Receives a value from the BDA_DrmPairingError enumeration.

phErrort

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

Return Values

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

Header: Include Bdaiface.h.

See Also