Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This structure describes the number of profile strings in a buffer.
Syntax
typedef struct _PosProfileType {
UINT32 BufferSize;
UINT32 ProfileCount;
} PosProfileType;
Members
BufferSize
The size in bytes of the buffer that follows this PosProfileType, including the size of the PosProfileType structure.
ProfileCount
Indicates the number of statistics that follow this header.
Remarks
The buffer of profile PosStringType strings follows this structure in memory.
Requirements
| Requirement | Value |
|---|---|
| Header | pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h) |