// pointofservicedriverinterface.h
typedef enum _MsrErrorReportingType {
MsrErrorReportingType_CardLevel,
MsrErrorReportingType_TrackLevel
} MsrErrorReportingType;
View the official Windows Driver Kit DDI referenceNo description available.
This enumeration defines the constants that indicate the error reporting type for the magnetic stripe reader (MSR).
MsrErrorReportingType_CardLevelReports errors at the card level.
MsrErrorReportingType_TrackLevelReports errors at the track level.