PosDeviceType - NtDoc

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

typedef enum _PosDeviceType {
  PosDeviceType_Unknown,
  PosDeviceType_BarcodeScanner,
  PosDeviceType_MagneticStripeReader,
  PosDeviceType_Max
} PosDeviceType;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-pointofservicecommontypes-_posdevicetype)

Description

This enumeration defines values used in the PosDeviceBasicsType structure to indicate the type of device (for instance, barcode scanner or magnetic stripe reader).

Constants

PosDeviceType_Unknown

Indicates that the type of device is not known.

PosDeviceType_BarcodeScanner

Indicates that the type of device is a barcode scanner.

PosDeviceType_MagneticStripeReader

Indicates that the type of device is a magnetic stripe reader.

PosDeviceType_Max

Unused.