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