IO_STATUS_BLOCK64 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

typedef struct _IO_STATUS_BLOCK64 {
  union {
    NTSTATUS Status;
    PVOID64  Pointer;
  } DUMMYUNIONNAME;
  ULONG64 Information;
} IO_STATUS_BLOCK64;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-io_status_block64)

Description

Members

DUMMYUNIONNAME

DUMMYUNIONNAME.Status

DUMMYUNIONNAME.Pointer

Information

Remarks

See also