.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH HttpTerminate 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBHttpTerminate\fR (HTTPAPI.@) .SH SYNOPSIS ULONG HttpTerminate ( ULONG \fIflags\fR, PVOID \fIreserved\fR ) .SH DESCRIPTION .PP Cleans up \fBHTTP\fR Server Api engine resources allocated by HttpInitialize. .SH PARAMS \fIflags\fR \fB[ I]\fR options which specify parts of Api what should be released .PP \fIreserved\fR \fB[IO]\fR \fIreserved\fR, must be \fBNULL\fR. .PP .SH RETURNS .PP \fBNO_ERROR\fR if function succeeds, or error code if function fails .SH IMPLEMENTATION .PP Declared in \fB"http.h"\fR. .PP Implemented in \fB"dlls/httpapi/httpapi_main.c"\fR. .PP Debug channel \fB"httpapi"\fR.