PosStatusUpdatedEventData - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// pointofservicedriverinterface.h

typedef struct _PosStatusUpdatedEventData {
  PosEventDataHeader Header;
  UINT32             Status;
  UINT32             ExtendedStatus;
} PosStatusUpdatedEventData;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pointofservicedriverinterface-_posstatusupdatedeventdata)

_PosStatusUpdatedEventData structure

Description

This structure contains data passed to the StatusUpdated event.

Members

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.