FWPM_VSWITCH_EVENT_SUBSCRIPTION0 structure (fwpmtypes.h)

The FWPM_VSWITCH_EVENT_SUBSCRIPTION0 structure stores information used to subscribe to notifications about a vSwitch event.

Syntax

typedef struct FWPM_VSWITCH_EVENT_SUBSCRIPTION0_ {
  UINT32 flags;
  GUID   sessionKey;
} FWPM_VSWITCH_EVENT_SUBSCRIPTION0;

Members

flags

Type: UINT32

This member is reserved for future use.

sessionKey

Type: GUID

Identifies the session which created the subscription.

Remarks

FWPM_VSWITCH_EVENT_SUBSCRIPTION0 is a specific implementation of FWPM_VSWITCH_EVENT_SUBSCRIPTION. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

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

FwpmvSwitchEventSubscribe0