Home | History | Annotate | Download | only in base

Lines Matching refs:InternetQueryOption

883   if (!InternetQueryOption(0, INTERNET_OPTION_PER_CONNECTION_OPTION, &list,
885 LOG(LS_INFO) << "InternetQueryOption failed: " << GetLastError();
908 // Uses the InternetQueryOption function to retrieve proxy settings
920 if (!InternetQueryOption(0, INTERNET_OPTION_PROXY, info, &dwSize)) {
921 LOG(LS_INFO) << "InternetQueryOption failed: " << GetLastError();