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 |