|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <ws2_32p.h>

Public Attributes | |
| LIST_ENTRY | AsyncQueue |
| HANDLE | TaskHandle |
| WSASYNCOPS | Operation |
| union { | |
| struct { | |
| HWND hWnd | |
| UINT wMsg | |
| PCHAR ByWhat | |
| DWORD Length | |
| DWORD Type | |
| PVOID Buffer | |
| DWORD BufferLength | |
| } GetHost | |
| struct { | |
| HWND hWnd | |
| UINT wMsg | |
| PCHAR ByWhat | |
| DWORD Length | |
| PVOID Buffer | |
| DWORD BufferLength | |
| } GetProto | |
| struct { | |
| HWND hWnd | |
| UINT wMsg | |
| PCHAR ByWhat | |
| DWORD Length | |
| PCHAR Protocol | |
| PVOID Buffer | |
| DWORD BufferLength | |
| } GetServ | |
| }; | |
| union { ... } _WSASYNCBLOCK::@666 |
| LIST_ENTRY _WSASYNCBLOCK::AsyncQueue |
| struct { ... } _WSASYNCBLOCK::GetHost |
Referenced by WSAAsyncGetHostByAddr(), WSAAsyncGetHostByName(), and WsAsyncThread().
| struct { ... } _WSASYNCBLOCK::GetProto |
Referenced by WSAAsyncGetProtoByName(), WSAAsyncGetProtoByNumber(), and WsAsyncThread().
| struct { ... } _WSASYNCBLOCK::GetServ |
Referenced by WSAAsyncGetServByName(), WSAAsyncGetServByPort(), and WsAsyncThread().
| WSASYNCOPS _WSASYNCBLOCK::Operation |
Definition at line 28 of file ws2_32p.h.
Referenced by WSAAsyncGetHostByAddr(), WSAAsyncGetHostByName(), WSAAsyncGetProtoByName(), WSAAsyncGetProtoByNumber(), WSAAsyncGetServByName(), WSAAsyncGetServByPort(), WsAsyncTerminateThread(), and WsAsyncThread().
| HANDLE _WSASYNCBLOCK::TaskHandle |
Definition at line 27 of file ws2_32p.h.
Referenced by WSAAsyncGetHostByAddr(), WSAAsyncGetHostByName(), WSAAsyncGetProtoByName(), WSAAsyncGetProtoByNumber(), WSAAsyncGetServByName(), WSAAsyncGetServByPort(), WsAsyncAllocateBlock(), WsAsyncCancelRequest(), and WsAsyncThread().