MsrCardType - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// pointofservicedriverinterface.h

typedef enum _MsrCardType {
  MsrCardType_Unknown,
  MsrCardType_Bank,
  MsrCardType_Aamva,
  MsrCardType_ExtendedBase
} MsrCardType;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-pointofservicedriverinterface-_msrcardtype)

_MsrCardType enumeration

Description

This enumeration defines the kinds of magnetic stripe cards.

Constants

MsrCardType_Unknown

Unknown card type.

MsrCardType_Bank

Bank card.

MsrCardType_Aamva

American Association of Motor Vehicle Administrators (AAMVA) card.

MsrCardType_ExtendedBase

Vendor-specific card.