Scroll to navigation

HttpCreateHttpHandle(3w) Wine API HttpCreateHttpHandle(3w)

NAME

HttpCreateHttpHandle (HTTPAPI.@)

SYNOPSIS

ULONG HttpCreateHttpHandle
(
PHANDLE handle,
ULONG reserved
)
 

DESCRIPTION

Creates a handle to the HTTP request queue.
 

PARAMS

handle [Out] handle to request queue.
reserved [In] reserved, must be NULL.
 

RETURNS

NO_ERROR if function succeeds, or error code if function fails
 

IMPLEMENTATION

Declared in "http.h".
Implemented in "dlls/httpapi/httpapi_main.c".
Debug channel "httpapi".
Oct 2012 Wine API