ReactOS 0.4.16-dev-340-g0540c21
hostdata Struct Reference

#include <winhttp_private.h>

Collaboration diagram for hostdata:

Public Attributes

struct list entry
 
LONG ref
 
WCHARhostname
 
INTERNET_PORT port
 
BOOL secure
 
struct list connections
 

Detailed Description

Definition at line 68 of file winhttp_private.h.

Member Data Documentation

◆ connections

struct list hostdata::connections

Definition at line 75 of file winhttp_private.h.

◆ entry

struct list hostdata::entry

Definition at line 70 of file winhttp_private.h.

◆ hostname

WCHAR* hostdata::hostname

Definition at line 72 of file winhttp_private.h.

◆ port

INTERNET_PORT hostdata::port

Definition at line 73 of file winhttp_private.h.

◆ ref

LONG hostdata::ref

Definition at line 71 of file winhttp_private.h.

◆ secure

BOOL hostdata::secure

Definition at line 74 of file winhttp_private.h.


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