PosStatusUpdatedEventData 結構 (pointofservicedriverinterface.h)
此結構包含傳遞至 StatusUpdated 事件的數據。
語法
typedef struct _PosStatusUpdatedEventData {
PosEventDataHeader Header;
UINT32 Status;
UINT32 ExtendedStatus;
} PosStatusUpdatedEventData;
成員
Header
PosEventDataHeader 結構,其中包含所引發事件的相關信息,以及此事件數據所使用的記憶體數量。
Status
表示裝置特定的列舉值。
ExtendedStatus
指出廠商要用於診斷目的的驅動程式特定值。
規格需求
需求 | 值 |
---|---|
標頭 | pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h) |