ReactOS 0.4.15-dev-7958-gcd0bb1a
_INTERNET_PER_CONN_OPTIONA Struct Reference

#include <wininet.h>

Collaboration diagram for _INTERNET_PER_CONN_OPTIONA:

Public Attributes

DWORD dwOption
 
union {
   DWORD   dwValue
 
   LPSTR   pszValue
 
   FILETIME   ftValue
 
Value
 

Detailed Description

Definition at line 313 of file wininet.h.

Member Data Documentation

◆ dwOption

DWORD _INTERNET_PER_CONN_OPTIONA::dwOption

Definition at line 314 of file wininet.h.

Referenced by InternetSetOptionA().

◆ dwValue

DWORD _INTERNET_PER_CONN_OPTIONA::dwValue

Definition at line 316 of file wininet.h.

Referenced by InternetSetOptionA().

◆ ftValue

FILETIME _INTERNET_PER_CONN_OPTIONA::ftValue

Definition at line 318 of file wininet.h.

Referenced by InternetSetOptionA().

◆ pszValue

LPSTR _INTERNET_PER_CONN_OPTIONA::pszValue

Definition at line 317 of file wininet.h.

Referenced by InternetSetOptionA(), and query_global_option().

◆ 

union { ... } _INTERNET_PER_CONN_OPTIONA::Value

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