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