MsrTrackIds - NtDoc

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

typedef enum _MsrTrackIds {
  MsrTrackIds_None,
  MsrTrackIds_Track1,
  MsrTrackIds_Track2,
  MsrTrackIds_Track3,
  MsrTrackIds_Track4
} MsrTrackIds;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_MsrTrackIds enumeration

Description

Defines the constants that represent the magnetic stripe reader (MSR) tracks.

Constants

MsrTrackIds_None

MsrTrackIds_Track1

MsrTrackIds_Track2

MsrTrackIds_Track3

MsrTrackIds_Track4