Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |