Structure PosStatisticsHeader (pointofservicedriverinterface.h)
Cette structure définit les informations standard du point de service unifié (UPOS) sur un appareil. Cette structure est l’en-tête d’une statistique entrante.
Syntaxe
typedef struct _PosStatisticsHeader {
UINT32 EntryCount;
PosDeviceInformation DeviceInformation;
UINT32 DataLength;
} PosStatisticsHeader;
Membres
EntryCount
Indique le nombre de statistiques qui suivent cet en-tête.
DeviceInformation
Une structure PosDeviceInformation qui contient des informations standard UPOS sur l’appareil, telles que sa catégorie, son fabricant et sa révision du microprogramme.
DataLength
Indique la longueur, en octets, du PosStatisticsHeader et la mémoire tampon de PosValueStatisticsEntry qui suivent cette structure en mémoire.
Exigences
Exigence | Valeur |
---|---|
d’en-tête | pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h) |