WINHTTP_CONNECTION_GROUP structure (winhttp.h)
Represents a connection group.
Syntax
typedef struct _WINHTTP_CONNECTION_GROUP {
ULONG cConnections;
GUID guidGroup;
} WINHTTP_CONNECTION_GROUP, *PWINHTTP_CONNECTION_GROUP;
Members
cConnections
Type: ULONG
The number of connections marked with guidGroup.
guidGroup
Type: GUID
A http connection GUID.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Build 22000 |
Minimum supported server | Windows Build 22000 |
Header | winhttp.h |