MSR_SUPPORTED_CARD_TYPES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pointofservicedriverinterface-_msr_supported_card_types)

_MSR_SUPPORTED_CARD_TYPES structure

Description

This structure defines the types of magnetic stripe cards supported by the reader.

Members

Count

Count of supported magnetic stripe cards defined in CardTypes[MSR_CARD_TYPE_MAX_COUNT].

CardTypes

Magnetic stripe cards supported by the reader. The first Count members are valid.