Rizin
unix-like reverse engineering framework and cli tools
|
#include <win.h>
Public Attributes | |
LARGE_INTEGER | Timeout |
ULONG | NumberOfHandles |
ULONG | Exclusive |
AFD_POLL_HANDLE_INFO | Handles [1] |
ULONG _AFD_POLL_INFO::Exclusive |
Definition at line 215 of file win.h.
Referenced by uv__fast_poll_submit_poll_req(), and uv_poll_close().
AFD_POLL_HANDLE_INFO _AFD_POLL_INFO::Handles[1] |
Definition at line 216 of file win.h.
Referenced by uv__fast_poll_process_poll_req(), uv__fast_poll_submit_poll_req(), and uv_poll_close().
ULONG _AFD_POLL_INFO::NumberOfHandles |
Definition at line 214 of file win.h.
Referenced by uv__fast_poll_process_poll_req(), uv__fast_poll_submit_poll_req(), and uv_poll_close().
LARGE_INTEGER _AFD_POLL_INFO::Timeout |
Definition at line 213 of file win.h.
Referenced by uv__fast_poll_submit_poll_req(), and uv_poll_close().