WinHttpFreeQueryConnectionGroupResult function (winhttp.h)

Frees the memory allocated by a previous call to WinHttpQueryConnectionGroup.

Syntax

WINHTTPAPI VOID WinHttpFreeQueryConnectionGroupResult(
  WINHTTP_QUERY_CONNECTION_GROUP_RESULT *pResult
);

Parameters

pResult

Type: _Inout_ WINHTTP_QUERY_CONNECTION_GROUP_RESULT*

A pointer to the WINHTTP_QUERY_CONNECTION_GROUP_RESULT object to free.

Requirements

Requirement Value
Minimum supported client Windows Build 22000
Minimum supported server Windows Build 22000
Target Platform Windows
Header winhttp.h
Library Winhttp.lib
DLL Winhttp.dll

See also