Rizin
unix-like reverse engineering framework and cli tools
_IO_STATUS_BLOCK Struct Reference

#include <winapi.h>

Public Attributes

union {
   NTSTATUS   Status
 
   PVOID   Pointer
 
}; 
 
ULONG_PTR Information
 

Detailed Description

Definition at line 4163 of file winapi.h.

Member Data Documentation

◆ 

union { ... }

◆ Information

ULONG_PTR _IO_STATUS_BLOCK::Information

Definition at line 4168 of file winapi.h.

Referenced by fs__scandir(), uv_wsarecv_workaround(), and uv_wsarecvfrom_workaround().

◆ Pointer

PVOID _IO_STATUS_BLOCK::Pointer

Definition at line 4166 of file winapi.h.

Referenced by uv_wsarecv_workaround(), and uv_wsarecvfrom_workaround().

◆ Status

NTSTATUS _IO_STATUS_BLOCK::Status

The documentation for this struct was generated from the following file: