Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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) |