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 |
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