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
要件
要件 | 値 |
---|---|
Header | wdm.h |