HttpCreateHttpHandle (HTTPAPI.@)
ULONG HttpCreateHttpHandle ( HANDLE* handle, ULONG reserved )
Creates a handle to the HTTP request queue.
handle | [Out] | handle to request queue. |
reserved | [In] | reserved, must be NULL. |
NO_ERROR if function succeeds, or error code if function fails
Declared in "http.h". https://source.winehq.org/source/include/http.h
Implemented in "dlls/httpapi/httpapi_main.c". https://source.winehq.org/source/dlls/httpapi/httpapi_main.c
Debug channel "http".
Copyright © 2023 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Sep 2023.