Skip to content

Latest commit

 

History

History
66 lines (54 loc) · 1.96 KB

ns-pointofservicedriverinterface-_posbarcodescandatatypedata.md

File metadata and controls

66 lines (54 loc) · 1.96 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._PosBarcodeScanDataTypeData
_PosBarcodeScanDataTypeData (pointofservicedriverinterface.h)
This structure describes a buffer of barcode symbologies supported by the driver.
pos\posbarcodescandatatypedata.htm
pos
02/23/2018
PosBarcodeScanDataTypeData structure
PosBarcodeScanDataTypeData, PosBarcodeScanDataTypeData structure, _PosBarcodeScanDataTypeData, pointofservicedriverinterface/PosBarcodeScanDataTypeData, pos.posbarcodescandatatypedata
pointofservicedriverinterface.h
PointOfServiceDriverInterface.h
Windows
Windows
PosBarcodeScanDataTypeData
_PosBarcodeScanDataTypeData
pointofservicedriverinterface/_PosBarcodeScanDataTypeData
PosBarcodeScanDataTypeData
pointofservicedriverinterface/PosBarcodeScanDataTypeData
APIRef
kbSyntax
HeaderDef
PointOfServiceDriverInterface.h
_PosBarcodeScanDataTypeData
PosBarcodeScanDataTypeData

_PosBarcodeScanDataTypeData structure

-description

This structure describes a buffer of barcode symbologies supported by the driver.

-struct-fields

-field dataLengthInBytes

The size of the buffer that contains the symbologies, including the size of the PosBarcodeScanDataTypeData structure.

-field scanDataTypes_0

The start of the DWORD array of symbologies.

-remarks

Each symbology in the buffer is represented by a DWORD. The size of the array of symboligies that scanDataTypes_0 points to is scanDataTypes_0/sizeof(UINT32) - 1;