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.
Specifies the status of a DRM handshake between a tuner and the user's computer.
Syntax
enum BDA_DrmPairingError {
  BDA_DrmPairing_Succeeded            = 0,
  BDA_DrmPairing_HardwareFailure,
  BDA_DrmPairing_NeedRevocationData,
  BDA_DrmPairing_NeedIndiv,
  BDA_DrmPairing_Other,
  BDA_DrmPairing_DrmInitFailed,
  BDA_DrmPairing_DrmNotPaired,
  BDA_DrmPairing_DrmRePairSoon 
};
Constants
- BDA_DrmPairing_Succeeded 
 The handshake was successful.
- BDA_DrmPairing_HardwareFailure 
 A hardware failure occurred.
- BDA_DrmPairing_NeedRevocationData 
 The tuner could not obtain the certificate revocation list.
- BDA_DrmPairing_NeedIndiv 
 The tuner could not perform individualization.
- BDA_DrmPairing_Other 
 Network interface (SCTE 55-1).
- BDA_DrmPairing_DrmInitFailed 
 The handshake failed during the initialization step.
- BDA_DrmPairing_DrmNotPaired 
 The client has not requested a handshake or the handshake is still in progress.
- BDA_DrmPairing_DrmRePairSoon 
 The handshake was successful but will soon time out. The client should refresh the handshake soon.
Requirements
| Header | Declared in Bdaiface.h. | 
See Also
BDA Reference
IBDA_DRM::GetDRMPairingStatus
Send comments about this topic to Microsoft
Build date: 12/4/2008