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

#include <win.h>

Public Attributes

LARGE_INTEGER Timeout
 
ULONG NumberOfHandles
 
ULONG Exclusive
 
AFD_POLL_HANDLE_INFO Handles [1]
 

Detailed Description

Definition at line 212 of file win.h.

Member Data Documentation

◆ Exclusive

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().

◆ Handles

AFD_POLL_HANDLE_INFO _AFD_POLL_INFO::Handles[1]

◆ NumberOfHandles

ULONG _AFD_POLL_INFO::NumberOfHandles

◆ Timeout

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().


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