SmartCardStatusType
Microsoft DirectShow 9.0 |
SmartCardStatusType
The SmartCardStatusType enumeration type specifies the status of a smart card.
Syntax
enum SmartCardStatusType { CardInserted = 0, CardRemoved, CardError, CardDataChanged, CardFirmwareUpgrade } SmartCardStatusType;
Members
CardInserted
The card was inserted.
CardRemoved
The card was removed.
CardError
An error occurred.
CardDataChanged
The card data has changed.
CardFirmwareUpgrade
Firmware upgrade.
Requirements
Header: Include Bdaiface.h.
See Also