Scroll to navigation

HttpQueryServiceConfiguration(3w) Wine API HttpQueryServiceConfiguration(3w)

NAME

HttpQueryServiceConfiguration (HTTPAPI.@)

SYNOPSIS

ULONG HttpQueryServiceConfiguration
(
HANDLE handle,
HTTP_SERVICE_CONFIG_ID type,
PVOID query,
ULONG query_len,
PVOID buffer,
ULONG buffer_len,
PULONG data_len,
LPOVERLAPPED overlapped
)
 

DESCRIPTION

Retrieves configuration records from HTTP Server Api configuration store.
 

PARAMS

handle [ I] reserved, must be 0
type [ I] configuration records type
query [ I] buffer which contains query data used to retrieve records
query_len [ I] length of query buffer
buffer [IO] buffer to store query results.
buffer_len [ I] length of output buffer
data_len [ O] optional pointer to a buffer which receives query result length
overlapped [ I] 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