Rizin
unix-like reverse engineering framework and cli tools
|
#include <winapi.h>
Public Attributes | |
union { | |
NTSTATUS Status | |
PVOID Pointer | |
}; | |
ULONG_PTR | Information |
union { ... } |
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().
PVOID _IO_STATUS_BLOCK::Pointer |
Definition at line 4166 of file winapi.h.
Referenced by uv_wsarecv_workaround(), and uv_wsarecvfrom_workaround().
NTSTATUS _IO_STATUS_BLOCK::Status |
Definition at line 4165 of file winapi.h.
Referenced by fs__stat_handle(), uv_msafd_poll(), uv_wsarecv_workaround(), and uv_wsarecvfrom_workaround().