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.
[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 SmartCardStatusType enumeration type specifies the status of a smart card.
Syntax
typedef enum SmartCardStatusType {
CardInserted = 0,
CardRemoved,
CardError,
CardDataChanged,
CardFirmwareUpgrade
} ;
Constants
CardInsertedValue: 0 The card was inserted. |
CardRemovedThe card was removed. |
CardErrorAn error occurred. |
CardDataChangedThe card data has changed. |
CardFirmwareUpgradeFirmware upgrade. |
Requirements
| Requirement | Value |
|---|---|
| Header | bdaiface.h |