IO_STATUS_BLOCK64結構 (wdm.h)
語法
typedef struct _IO_STATUS_BLOCK64 {
union {
NTSTATUS Status;
PVOID64 Pointer;
} DUMMYUNIONNAME;
ULONG64 Information;
} IO_STATUS_BLOCK64;
成員
DUMMYUNIONNAME
DUMMYUNIONNAME.Status
DUMMYUNIONNAME.Pointer
Information
規格需求
需求 | 值 |
---|---|
標頭 | wdm.h |