最終更新:2017-11-30 (木) 17:52:47 (2333d)  

WinHttpSendRequest
Top / WinHttpSendRequest

sends the specified request to the HTTP server.

https://msdn.microsoft.com/ja-jp/library/windows/desktop/aa384110(v=vs.85).aspx

BOOL WINAPI WinHttpSendRequest(
  _In_     HINTERNET hRequest,
  _In_opt_ LPCWSTR   pwszHeaders,
  _In_     DWORD     dwHeadersLength,
  _In_opt_ LPVOID    lpOptional,
  _In_     DWORD     dwOptionalLength,
  _In_     DWORD     dwTotalLength,
  _In_     DWORD_PTR dwContext
);

パラメータ

  • pwszHeaders [in, optional]
    • A pointer to a string that contains the additional headers to append to the request.
    • This parameter can be WINHTTP_NO_ADDITIONAL_HEADERS? if there are no additional headers to append.