// pointofservicedriverinterface.h
typedef struct _MSR_SUPPORTED_CARD_TYPES {
unsigned char Count;
unsigned int CardTypes[MSR_CARD_TYPE_MAX_COUNT];
} MSR_SUPPORTED_CARD_TYPES, *PMSR_SUPPORTED_CARD_TYPES;
View the official Windows Driver Kit DDI referenceNo description available.
This structure defines the types of magnetic stripe cards supported by the reader.
CountCount of supported magnetic stripe cards defined in CardTypes[MSR_CARD_TYPE_MAX_COUNT].
CardTypesMagnetic stripe cards supported by the reader. The first Count members are valid.