ReactOS 0.4.15-dev-8096-ga0eec98
async_resolve Struct Reference
Collaboration diagram for async_resolve:

Public Attributes

const WCHARhostname
 
INTERNET_PORT port
 
struct sockaddr_storageaddr
 
DWORD result
 
HANDLE done
 

Detailed Description

Definition at line 709 of file net.c.

Member Data Documentation

◆ addr

struct sockaddr_storage* async_resolve::addr

Definition at line 713 of file net.c.

Referenced by netconn_resolve(), and resolve_proc().

◆ done

HANDLE async_resolve::done

Definition at line 715 of file net.c.

Referenced by netconn_resolve(), and resolve_proc().

◆ hostname

const WCHAR* async_resolve::hostname

Definition at line 711 of file net.c.

Referenced by netconn_resolve(), and resolve_proc().

◆ port

INTERNET_PORT async_resolve::port

Definition at line 712 of file net.c.

Referenced by netconn_resolve(), and resolve_proc().

◆ result

DWORD async_resolve::result

Definition at line 714 of file net.c.

Referenced by netconn_resolve(), and resolve_proc().


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