WINHTTP_QUERY_CONNECTION_GROUP_RESULT structure (winhttp.h)
Represents a description of the current state of WinHttp's connections. Retrieved via WinHttpQueryConnectionGroup.
Syntax
typedef struct _WINHTTP_QUERY_CONNECTION_GROUP_RESULT {
ULONG cHosts;
PWINHTTP_HOST_CONNECTION_GROUP pHostConnectionGroups;
} WINHTTP_QUERY_CONNECTION_GROUP_RESULT, *PWINHTTP_QUERY_CONNECTION_GROUP_RESULT;
Members
cHosts
Type: ULONG
The number of elements in pHostConnectionGroups.
pHostConnectionGroups
Type: PWINHTTP_HOST_CONNECTION_GROUP
An array of WINHTTP_HOST_CONNECTION_GROUP objects.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Build 22000 |
Minimum supported server | Windows Build 22000 |
Header | winhttp.h |