PosStatusUpdatedEventData structure (pointofservicedriverinterface.h)
This structure contains data passed to the StatusUpdated event.
Syntax
typedef struct _PosStatusUpdatedEventData {
PosEventDataHeader Header;
UINT32 Status;
UINT32 ExtendedStatus;
} PosStatusUpdatedEventData;
Members
Header
A PosEventDataHeader structure that contains information about the event that was raised and the amount of memory, in bytes, that this event data uses.
Status
Indicates a device-specific enumeration value.
ExtendedStatus
Indicates a driver-specific value intended to be used by the vendor for diagnostic purposes.
Requirements
Requirement | Value |
---|---|
Header | pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h) |