| 1823 | } |
| 1824 | |
| 1825 | inline void WinHTTPSetOption(HINTERNET hInternet, DWORD dwOption, DWORD dwValue) |
| 1826 | { |
| 1827 | WinHTTP::WinHttpSetOption(hInternet, dwOption, &dwValue, sizeof(dwValue)); |
| 1828 | } |
| 1829 | |
| 1830 | void CALLBACK RequestStatusCallback(HINTERNET hInternet, DWORD_PTR dwContext, DWORD dwInternetStatus, LPVOID lpvStatusInformation, DWORD dwStatusInformationLength) |
| 1831 | { |
no outgoing calls
no test coverage detected