Share via


SmartCardAssociationType enumeration (bdaiface.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The SmartCardAssociationType enumeration type specifies a smart card association.

Syntax

typedef enum SmartCardAssociationType {
  NotAssociated = 0,
  Associated = 0,
  AssociationUnknown
} ;

Constants

 
NotAssociated
Value: 0
Not associated.
Associated
Value: 0
Associated.
AssociationUnknown
Association status is unknown.

Requirements

   
Header bdaiface.h

See also

BDA Enumeration Types