typedef struct _IO_STATUS_BLOCK { union { LONG Status; PVOID Pointer; }; ULONG Information; } IO_STATUS_BLOCK, *PIO_STATUS_BLOCK;
Windows Vista Kernel Structures