|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <shared.h>

Public Attributes | |
| LARGE_INTEGER | Timeout |
| ULONG | HandleCount |
| ULONG_PTR | Exclusive |
| AFD_HANDLE | Handles [1] |
| ULONG_PTR _AFD_POLL_INFO::Exclusive |
Definition at line 58 of file shared.h.
Referenced by AfdSelect(), SockProcessAsyncSelect(), and WSPSelect().
| ULONG _AFD_POLL_INFO::HandleCount |
Definition at line 57 of file shared.h.
Referenced by AfdSelect(), CleanupPendingIrp(), KillSelectsForFCB(), SelectTimeout(), SignalSocket(), SockProcessAsyncSelect(), UpdatePollWithFCB(), and WSPSelect().
| AFD_HANDLE _AFD_POLL_INFO::Handles[1] |
Definition at line 59 of file shared.h.
Referenced by AfdSelect(), CleanupPendingIrp(), KillSelectsForFCB(), SelectTimeout(), SignalSocket(), SockAsyncSelectCompletionRoutine(), SockProcessAsyncSelect(), UpdatePollWithFCB(), and WSPSelect().
| LARGE_INTEGER _AFD_POLL_INFO::Timeout |
Definition at line 56 of file shared.h.
Referenced by AfdSelect(), SockProcessAsyncSelect(), and WSPSelect().