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.
| Microsoft DirectShow 9.0 |
SmartCardAssociationType
The SmartCardAssociationType enumeration type specifies a smart card association.
Syntax
enum SmartCardAssociationType {
NotAssociated = 0,
Associated,
AssociationUnknown
}SmartCardAssociationType;
Members
NotAssociated
Not associated.
Associated
Associated.
AssociationUnknown
Association status is unknown.
Requirements
Header: Include Bdaiface.h.
See Also