次の方法で共有


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