IBDA_DRM::PerformDRMPairing Method

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(
  [in]  BOOL fSync
);

Parameters

  • fSync [in]
    If TRUE, the method blocks until the operation is completed. If FALSE, the operation is completed asynchronously.

Return Value

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 Declared in Bdaiface.h.

See Also

IBDA_DRM Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008