Struttura PosStatusUpdatedEventData (pointofservicedriverinterface.h)
Questa struttura contiene i dati passati all'evento statusUpdated.
Sintassi
typedef struct _PosStatusUpdatedEventData {
PosEventDataHeader Header;
UINT32 Status;
UINT32 ExtendedStatus;
} PosStatusUpdatedEventData;
Membri
Header
Struttura PosEventDataHeader che contiene informazioni sull'evento generato e sulla quantità di memoria, in byte, utilizzata dai dati dell'evento.
Status
Indica un valore di enumerazione specifico del dispositivo.
ExtendedStatus
Indica un valore specifico del driver che deve essere utilizzato dal fornitore a scopo diagnostico.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h) |