|
ReactOS 0.4.16-dev-1948-gd260c1d
|
Public Attributes | |
| DWORD | proxyEnabled |
| LPWSTR | proxy |
| LPWSTR | proxyBypass |
| LPWSTR | proxyUsername |
| LPWSTR | proxyPassword |
Definition at line 88 of file internet.c.
| LPWSTR proxyinfo_t::proxy |
Definition at line 91 of file internet.c.
Referenced by FreeProxyInfo(), INTERNET_ConfigureProxy(), INTERNET_LoadProxySettings(), INTERNET_SaveProxySettings(), and InternetSetOptionW().
| LPWSTR proxyinfo_t::proxyBypass |
Definition at line 92 of file internet.c.
Referenced by FreeProxyInfo(), INTERNET_ConfigureProxy(), INTERNET_LoadProxySettings(), and InternetSetOptionW().
| DWORD proxyinfo_t::proxyEnabled |
Definition at line 90 of file internet.c.
Referenced by INTERNET_ConfigureProxy(), INTERNET_LoadProxySettings(), INTERNET_SaveProxySettings(), and InternetSetOptionW().
| LPWSTR proxyinfo_t::proxyPassword |
Definition at line 94 of file internet.c.
Referenced by FreeProxyInfo(), and INTERNET_ConfigureProxy().
| LPWSTR proxyinfo_t::proxyUsername |
Definition at line 93 of file internet.c.
Referenced by FreeProxyInfo(), and INTERNET_ConfigureProxy().