Struttura PosStatusUpdatedEventData (pointofservicedriverinterface.h)
Questa struttura contiene i dati passati all'evento StatusUpdated .
Sintassi
typedef struct _PosStatusUpdatedEventData {
PosEventDataHeader Header;
UINT32 Status;
UINT32 ExtendedStatus;
} PosStatusUpdatedEventData;
Members
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 per scopi diagnostici.
Requisiti
Requisito | Valore |
---|---|
Intestazione | pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h) |