ReactOS 0.4.15-dev-7788-g1ad9096
_INTERNET_PER_CONN_OPTIONW Struct Reference

#include <wininet.h>

Collaboration diagram for _INTERNET_PER_CONN_OPTIONW:

Public Attributes

DWORD dwOption
 
union {
   DWORD   dwValue
 
   LPWSTR   pszValue
 
   FILETIME   ftValue
 
Value
 

Detailed Description

Definition at line 322 of file wininet.h.

Member Data Documentation

◆ dwOption

DWORD _INTERNET_PER_CONN_OPTIONW::dwOption

Definition at line 323 of file wininet.h.

Referenced by InternetSetOptionA().

◆ dwValue

DWORD _INTERNET_PER_CONN_OPTIONW::dwValue

Definition at line 325 of file wininet.h.

Referenced by InternetSetOptionA().

◆ ftValue

FILETIME _INTERNET_PER_CONN_OPTIONW::ftValue

Definition at line 327 of file wininet.h.

Referenced by InternetSetOptionA().

◆ pszValue

LPWSTR _INTERNET_PER_CONN_OPTIONW::pszValue

Definition at line 326 of file wininet.h.

Referenced by InternetSetOptionA().

◆ 

union { ... } _INTERNET_PER_CONN_OPTIONW::Value

Referenced by InternetSetOptionA().


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