FWPM_CONNECTION_ENUM_TEMPLATE0 structure (fwpmtypes.h)

The FWPM_CONNECTION_ENUM_TEMPLATE0 structure is used for limiting connection object enumerations.

Syntax

typedef struct FWPM_CONNECTION_ENUM_TEMPLATE0_ {
  UINT64 connectionId;
  UINT32 flags;
} FWPM_CONNECTION_ENUM_TEMPLATE0;

Members

connectionId

Uniquely identifies a connection object.

flags

Value Meaning
FWPM_CONNECTION_ENUM_FLAG_QUERY_BYTES_TRANSFERRED
0x00000001
If set, the IPsec driver will be queried for the current bytes transferred via this connection (allowing monitoring tools to collect accurate data without requiring that querying capabilities remain constantly on).

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header fwpmtypes.h