.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH HttpCreateHttpHandle 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBHttpCreateHttpHandle\fR (HTTPAPI.@) .SH SYNOPSIS ULONG HttpCreateHttpHandle ( PHANDLE \fIhandle\fR, ULONG \fIreserved\fR ) .SH DESCRIPTION .PP Creates a \fIhandle\fR to the \fBHTTP\fR request queue. .SH PARAMS \fIhandle\fR \fB[Out]\fR \fIhandle\fR to request queue. .PP \fIreserved\fR \fB[In]\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.