HttpTerminate(3w)
NAME
HttpTerminate (HTTPAPI.@)
SYNOPSIS
ULONG HttpTerminate ( ULONG flags, PVOID reserved )
DESCRIPTION
Cleans up HTTP Server Api engine resources allocated by HttpInitialize.
PARAMS
flags [ I] options which specify parts of Api what should be released
reserved [IO] reserved, must be NULL.
RETURNS
NO_ERROR if function succeeds, or error code if function fails
IMPLEMENTATION
Defined in "http.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/httpapi/httpapi_main.c".
- Debug channel "httpapi".