HttpQueryServiceConfiguration (HTTPAPI.@)
ULONG HttpQueryServiceConfiguration ( HANDLE handle, HTTP_SERVICE_CONFIG_ID type, PVOID query, ULONG query_len, PVOID buffer, ULONG buffer_len, PULONG data_len, LPOVERLAPPED overlapped )
Retrieves configuration records from HTTP Server Api configuration store.
| 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. |
NO_ERROR if function succeeds, or error code if function fails
Defined in "http.h".
Implemented in "dlls/httpapi/httpapi_main.c". source.winehq.org/source/dlls/httpapi/httpapi_main.c
Debug channel "httpapi".
Copyright © 2009 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2009.