|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wininet.h>

Public Attributes | |
| DWORD | dwOption |
| union { | |
| DWORD dwValue | |
| LPWSTR pszValue | |
| FILETIME ftValue | |
| } | Value |
| DWORD _INTERNET_PER_CONN_OPTIONW::dwOption |
Definition at line 323 of file wininet.h.
Referenced by InternetSetOptionA().
| DWORD _INTERNET_PER_CONN_OPTIONW::dwValue |
Definition at line 325 of file wininet.h.
Referenced by InternetSetOptionA().
| FILETIME _INTERNET_PER_CONN_OPTIONW::ftValue |
Definition at line 327 of file wininet.h.
Referenced by InternetSetOptionA().
| 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().