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

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 © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.