Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic applies to Windows Vista.
The GetDRMPairingStatus method queries the status of the DRM handshake.
Syntax
HRESULT GetDRMPairingStatus(
[out] DWORD *pdwStatus,
[out] 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 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
Header | Declared in Bdaiface.h. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008