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". https://source.winehq.org/source/include/http.h

Implemented in "dlls/httpapi/httpapi_main.c". https://source.winehq.org/source/dlls/httpapi/httpapi_main.c

Debug channel "http".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.