PosBarcodeScannerCapabilitiesType - NtDoc

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

typedef struct _PosBarcodeScannerCapabilitiesType {
  DriverUnifiedPosPowerReportingType PowerReportingType;
  LONG                               IsStatisticsReportingSupported;
  LONG                               IsStatisticsUpdatingSupported;
  LONG                               IsImagePreviewSupported;
} PosBarcodeScannerCapabilitiesType;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pointofservicedriverinterface-_posbarcodescannercapabilitiestype)

_PosBarcodeScannerCapabilitiesType structure

Description

This structure defines the type of scanner capabilities that a device supports such as whether the device supports statistics reporting and image preview.

Members

PowerReportingType

A UnifiedPosPowerReportingType that indicates whether the device supports standard or advanced power reporting.

IsStatisticsReportingSupported

Indicates whether IOCTL_POINT_OF_SERVICE_RETRIEVE_STATISTICS is supported.

IsStatisticsUpdatingSupported

Indicates whether IOCTL_POINT_OF_SERVICE_UPDATE_STATISTICS is supported.

IsImagePreviewSupported

Indicates whether image data can be obtained from the barcode scanner device (in other words, whether BarcodeScannerImagePreviewReceived events will be sent by the driver).