// pointofservicecommontypes.h
typedef enum DriverMagneticStripeReaderAuthenticationLevel {
NotSupported,
Optional,
Required
} ;
View the official Windows Driver Kit DDI referenceNo description available.
This enumeration defines the levels of magnetic stripe reader (MSR) authentication support.
NotSupportedDoes not support authentication.
OptionalSupports authentication, but does not require it.
RequiredRequires authentication.