.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH HttpInitialize 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBHttpInitialize\fR (HTTPAPI.@) .SH SYNOPSIS ULONG HttpInitialize ( HTTPAPI_VERSION \fIversion\fR, ULONG \fIflags\fR, PVOID \fIreserved\fR ) .SH DESCRIPTION .PP Initializes \fBHTTP\fR Server Api engine. .SH PARAMS \fIversion\fR \fB[ I]\fR \fBHTTP\fR Api \fIversion\fR which caller will use .PP \fIflags\fR \fB[ I]\fR initialization options which specify parts of Api what will be used .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.