HttpDeleteServiceConfiguration(3w)
NAME
HttpDeleteServiceConfiguration (HTTPAPI.@)
SYNOPSIS
ULONG HttpDeleteServiceConfiguration ( HANDLE handle, HTTP_SERVICE_CONFIG_ID type, PVOID config, ULONG length, LPOVERLAPPED overlapped )
DESCRIPTION
Remove configuration record from 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
Defined in "http.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/httpapi/httpapi_main.c".
- Debug channel "httpapi".