- WinHttpAddRequestHeaders
BOOL WinHttpAddRequestHeaders(HINTERNET hRequest, LPCWSTR pwszHeaders, DWORD dwHeadersLength, DWORD dwModifiers)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpCheckPlatform
BOOL WinHttpCheckPlatform()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpCloseHandle
BOOL WinHttpCloseHandle(HINTERNET hInternet)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpConnect
HINTERNET WinHttpConnect(HINTERNET hSession, LPCWSTR pswzServerName, INTERNET_PORT nServerPort, DWORD dwReserved)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpCrackUrl
BOOL WinHttpCrackUrl(LPCWSTR pwszUrl, DWORD dwUrlLength, DWORD dwFlags, LPURL_COMPONENTS lpUrlComponents)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpCreateProxyResolver
DWORD WinHttpCreateProxyResolver(HINTERNET hSession, HINTERNET* phResolver)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpCreateUrl
BOOL WinHttpCreateUrl(LPURL_COMPONENTS lpUrlComponents, DWORD dwFlags, LPWSTR pwszUrl, LPDWORD lpdwUrlLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpDetectAutoProxyConfigUrl
BOOL WinHttpDetectAutoProxyConfigUrl(DWORD dwAutoDetectFlags, LPWSTR* ppwszAutoConfigUrl)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpFreeProxyResult
void WinHttpFreeProxyResult(WINHTTP_PROXY_RESULT* pProxyResult)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpGetDefaultProxyConfiguration
BOOL WinHttpGetDefaultProxyConfiguration(WINHTTP_PROXY_INFO* pProxyInfo)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpGetIEProxyConfigForCurrentUser
BOOL WinHttpGetIEProxyConfigForCurrentUser(WINHTTP_CURRENT_USER_IE_PROXY_CONFIG* pProxyConfig)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpGetProxyForUrl
BOOL WinHttpGetProxyForUrl(HINTERNET hSession, LPCWSTR lpcwszUrl, WINHTTP_AUTOPROXY_OPTIONS* pAutoProxyOptions, WINHTTP_PROXY_INFO* pProxyInfo)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpGetProxyForUrlEx
DWORD WinHttpGetProxyForUrlEx(HINTERNET hResolver, PCWSTR pcwszUrl, WINHTTP_AUTOPROXY_OPTIONS* pAutoProxyOptions, DWORD_PTR pContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpGetProxyResult
DWORD WinHttpGetProxyResult(HINTERNET hResolver, WINHTTP_PROXY_RESULT* pProxyResult)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpOpen
HINTERNET WinHttpOpen(LPCWSTR pwszUserAgent, DWORD dwAccessType, LPCWSTR pwszProxyName, LPCWSTR pwszProxyBypass, DWORD dwFlags)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpOpenRequest
HINTERNET WinHttpOpenRequest(HINTERNET hConnect, LPCWSTR pwszVerb, LPCWSTR pwszObjectName, LPCWSTR pwszVersion, LPCWSTR pwszReferrer, LPCWSTR* ppwszAcceptTypes, DWORD dwFlags)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpQueryAuthSchemes
BOOL WinHttpQueryAuthSchemes(HINTERNET hRequest, LPDWORD lpdwSupportedSchemes, LPDWORD lpdwFirstScheme, LPDWORD pdwAuthTarget)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpQueryDataAvailable
BOOL WinHttpQueryDataAvailable(HINTERNET hRequest, LPDWORD lpdwNumberOfBytesAvailable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpQueryHeaders
BOOL WinHttpQueryHeaders(HINTERNET hRequest, DWORD dwInfoLevel, LPCWSTR pwszName, LPVOID lpBuffer, LPDWORD lpdwBufferLength, LPDWORD lpdwIndex)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpQueryOption
BOOL WinHttpQueryOption(HINTERNET hInternet, DWORD dwOption, LPVOID lpBuffer, LPDWORD lpdwBufferLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpReadData
BOOL WinHttpReadData(HINTERNET hRequest, LPVOID lpBuffer, DWORD dwNumberOfBytesToRead, LPDWORD lpdwNumberOfBytesRead)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpReceiveResponse
BOOL WinHttpReceiveResponse(HINTERNET hRequest, LPVOID lpReserved)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpResetAutoProxy
DWORD WinHttpResetAutoProxy(HINTERNET hSession, DWORD dwFlags)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpSendRequest
BOOL WinHttpSendRequest(HINTERNET hRequest, LPCWSTR pwszHeaders, DWORD dwHeadersLength, LPVOID lpOptional, DWORD dwOptionalLength, DWORD dwTotalLength, DWORD_PTR dwContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpSetCredentials
BOOL WinHttpSetCredentials(HINTERNET hRequest, DWORD AuthTargets, DWORD AuthScheme, LPCWSTR pwszUserName, LPCWSTR pwszPassword, LPVOID pAuthParams)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpSetDefaultProxyConfiguration
BOOL WinHttpSetDefaultProxyConfiguration(WINHTTP_PROXY_INFO* pProxyInfo)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpSetOption
BOOL WinHttpSetOption(HINTERNET hInternet, DWORD dwOption, LPVOID lpBuffer, DWORD dwBufferLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpSetStatusCallback
WINHTTP_STATUS_CALLBACK WinHttpSetStatusCallback(HINTERNET hInternet, WINHTTP_STATUS_CALLBACK lpfnInternetCallback, DWORD dwNotificationFlags, DWORD_PTR dwReserved)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpSetTimeouts
BOOL WinHttpSetTimeouts(HINTERNET hInternet, int dwResolveTimeout, int dwConnectTimeout, int dwSendTimeout, int dwReceiveTimeout)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpTimeFromSystemTime
BOOL WinHttpTimeFromSystemTime(SYSTEMTIME* pst, LPWSTR pwszTime)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpTimeToSystemTime
BOOL WinHttpTimeToSystemTime(LPCWSTR pwszTime, SYSTEMTIME* pst)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpWebSocketClose
DWORD WinHttpWebSocketClose(HINTERNET hWebSocket, USHORT usStatus, PVOID pvReason, DWORD dwReasonLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpWebSocketCompleteUpgrade
HINTERNET WinHttpWebSocketCompleteUpgrade(HINTERNET hRequest, DWORD_PTR pContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpWebSocketQueryCloseStatus
DWORD WinHttpWebSocketQueryCloseStatus(HINTERNET hWebSocket, USHORT* pusStatus, PVOID pvReason, DWORD dwReasonLength, DWORD* pdwReasonLengthConsumed)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpWebSocketReceive
DWORD WinHttpWebSocketReceive(HINTERNET hWebSocket, PVOID pvBuffer, DWORD dwBufferLength, DWORD* pdwBytesRead, WINHTTP_WEB_SOCKET_BUFFER_TYPE* peBufferType)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpWebSocketSend
DWORD WinHttpWebSocketSend(HINTERNET hWebSocket, WINHTTP_WEB_SOCKET_BUFFER_TYPE eBufferType, PVOID pvBuffer, DWORD dwBufferLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpWebSocketShutdown
DWORD WinHttpWebSocketShutdown(HINTERNET hWebSocket, USHORT usStatus, PVOID pvReason, DWORD dwReasonLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WinHttpWriteData
BOOL WinHttpWriteData(HINTERNET hRequest, LPCVOID lpBuffer, DWORD dwNumberOfBytesToWrite, LPDWORD lpdwNumberOfBytesWritten)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
\ winhttp.d * * Windows API header module * * Translated from Windows SDK Headers * * Placed into public domain * \**********************************************************************