Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IO_STATUS_BLOCK64 structure (wdm.h)

Syntax

typedef struct _IO_STATUS_BLOCK64 {
 union {
 NTSTATUS Status;
 PVOID64 Pointer;
 } DUMMYUNIONNAME;
 ULONG64 Information;
} IO_STATUS_BLOCK64;

Members

DUMMYUNIONNAME

DUMMYUNIONNAME.Status

DUMMYUNIONNAME.Pointer

Information

Requirements

Requirement Value
Header wdm.h

Feedback

Was this page helpful?

Additional resources