NAME

HttpSetServiceConfiguration  (HTTPAPI.@)

SYNOPSIS

 ULONG HttpSetServiceConfiguration
 (
  HANDLE                 handle,
  HTTP_SERVICE_CONFIG_ID type,
  PVOID                  config,
  ULONG                  length,
  LPOVERLAPPED           overlapped
 )

DESCRIPTION

Add configuration record to HTTP Server Api configuration store.

PARAMS

handle [In] reserved, must be 0.
type [In] configuration record type.
config [In] buffer which contains configuration record information.
length [In] length of configuration record buffer.
overlapped [In] reserved, must be NULL.

RETURNS

NO_ERROR if function succeeds, or error code if function fails

IMPLEMENTATION

Declared in "include/http.h". gitlab.winehq.org/wine/wine/blob/master/include/http.h

Implemented in "dlls/httpapi/httpapi_main.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.