// pointofservicedriverinterface.h
typedef struct _PosStatusUpdatedEventData {
PosEventDataHeader Header;
UINT32 Status;
UINT32 ExtendedStatus;
} PosStatusUpdatedEventData;
View the official Windows Driver Kit DDI referenceNo description available.
This structure contains data passed to the StatusUpdated event.
HeaderA PosEventDataHeader structure that contains information about the event that was raised and the amount of memory, in bytes, that this event data uses.
StatusIndicates a device-specific enumeration value.
ExtendedStatusIndicates a driver-specific value intended to be used by the vendor for diagnostic purposes.