MsrErrorReportingType - NtDoc

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

typedef enum _MsrErrorReportingType {
  MsrErrorReportingType_CardLevel,
  MsrErrorReportingType_TrackLevel
} MsrErrorReportingType;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_MsrErrorReportingType enumeration

Description

This enumeration defines the constants that indicate the error reporting type for the magnetic stripe reader (MSR).

Constants

MsrErrorReportingType_CardLevel

Reports errors at the card level.

MsrErrorReportingType_TrackLevel

Reports errors at the track level.