FWPM_CONNECTION_SUBSCRIPTION0 structure (fwpmtypes.h)

The FWPM_CONNECTION_SUBSCRIPTION0 structure stores information used to subscribe to notifications about a connection object.

Syntax

typedef struct FWPM_CONNECTION_SUBSCRIPTION0_ {
  FWPM_CONNECTION_ENUM_TEMPLATE0 *enumTemplate;
  UINT32                         flags;
  GUID                           sessionKey;
} FWPM_CONNECTION_SUBSCRIPTION0;

Members

enumTemplate

Type: FWPM_CONNECTION_ENUM_TEMPLATE0

Enumeration template for limiting the subscription.

flags

Reserved for system use.

sessionKey

Identifies the session that created the subscription.

Requirements

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

See also

FWPM_CONNECTION_ENUM_TEMPLATE0