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 |