HttpInitialize (HTTPAPI.@)
ULONG HttpInitialize ( HTTPAPI_VERSION version, ULONG flags, void* reserved )
Initializes HTTP Server Api engine.
version | [ I] | HTTP Api version which caller will use |
flags | [ I] | initialization options which specify parts of Api what will be used |
reserved | [IO] | reserved, must be NULL. |
NO_ERROR if function succeeds, or error code if function fails
Declared in "include/http.h". gitlab.winehq.org/wine/wine/blob/master/include/http.h
Implemented in "dlls/httpapi/httpapi_main.c". gitlab.winehq.org/wine/wine/blob/master/dlls/httpapi/httpapi_main.c
Debug channel "http".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.