IBDA_DRM::PerformDRMPairing
Microsoft DirectShow 9.0 |
IBDA_DRM::PerformDRMPairing
This topic applies to Windows Vista.
The PerformDRMPairing method requests the tuner to perform a DRM handshake with the user's computer.
Syntax
HRESULT PerformDRMPairing( BOOL fSync );
Parameters
fSync
[in] If TRUE, the method blocks until the operation is completed. If FALSE, the operation is completed asynchronously.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
If you call this method asynchronously (fSync equal to FALSE), you can poll the status of the operation by calling IBDA_DRM::GetDRMPairingStatus. While the operation is in progress, GetDRMPairingStatus returns S_FALSE.
Requirements
Header: Include Bdaiface.h.
See Also