MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / WinHTTPSetOption

Function WinHTTPSetOption

Sources/Shared/IO/WebRequest.cpp:1825–1828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 2

DoPrepareRequestMethod · 0.85
OpenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected