Skip to content

Latest commit

 

History

History
66 lines (54 loc) · 2.09 KB

ns-pointofservicedriverinterface-_posdevicebasicstype.md

File metadata and controls

66 lines (54 loc) · 2.09 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:pointofservicedriverinterface._PosDeviceBasicsType
_PosDeviceBasicsType (pointofservicedriverinterface.h)
This structure indicates the type of device, version, and recommended buffer size as specified by the driver.
pos\posdevicebasicstype.htm
pos
08/21/2020
PosDeviceBasicsType structure
PosDeviceBasicsType, PosDeviceBasicsType structure, _PosDeviceBasicsType, pointofservicedriverinterface/PosDeviceBasicsType, pos.posdevicebasicstype
pointofservicedriverinterface.h
PointOfServiceDriverInterface.h
Windows
Windows
PosDeviceBasicsType
_PosDeviceBasicsType
pointofservicedriverinterface/_PosDeviceBasicsType
PosDeviceBasicsType
pointofservicedriverinterface/PosDeviceBasicsType
APIRef
kbSyntax
HeaderDef
PointOfServiceDriverInterface.h
_PosDeviceBasicsType
PosDeviceBasicsType

_PosDeviceBasicsType structure

-description

This structure indicates the type of device, version, and recommended buffer size as specified by the driver.

-struct-fields

-field Version

Contains the major and minor version of the POS driver interface. The top 16 bits contains the major version and the bottom 16 bits contains the minor version.

-field DeviceType

Indicates the PosDeviceType of the POS device (for example, a barcode scanner or a magnetic stripe reader).

-field RecommendedBufferSize

Indicates the size of the buffer that needs to be allocated to receive event data when calling ReadFile to retrieve events for this device.