// fwpsk.h
typedef struct FWPS_VSWITCH_EVENT_DISPATCH_TABLE0_ {
FWPS_VSWITCH_LIFETIME_EVENT_CALLBACK0 vSwitchLifetimeNotifyFn;
FWPS_VSWITCH_PORT_EVENT_CALLBACK0 vSwitchPortEventNotifyFn;
FWPS_VSWITCH_INTERFACE_EVENT_CALLBACK0 vSwitchInterfaceEventNotifyFn;
FWPS_VSWITCH_FILTER_ENGINE_REORDER_CALLBACK0 vSwitchFilterEngineReorderNotifyRn;
FWPS_VSWITCH_POLICY_EVENT_CALLBACK0 vSwitchPolicyEventNotifyFn;
FWPS_VSWITCH_RUNTIME_STATE_SAVE_CALLBACK0 vSwitchRuntimeStateSaveNotifyFn;
FWPS_VSWITCH_RUNTIME_STATE_RESTORE_CALLBACK0 vSwitchRuntimeStateRestoreNotifyFn;
} FWPS_VSWITCH_EVENT_DISPATCH_TABLE0;
View the official Windows Driver Kit DDI reference
No description available.
The FWPS_VSWITCH_EVENT_DISPATCH_TABLE0 structure specifies a callout driver-supplied virtual switch event dispatch table.
Note FWPS_VSWITCH_EVENT_DISPATCH_TABLE0 is a specific version of FWPS_VSWITCH_EVENT_DISPATCH_TABLE. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.
vSwitchLifetimeNotifyFn
The entry point for the FWPS_VSWITCH_LIFETIME_EVENT_CALLBACK0 callback function or NULL.
vSwitchPortEventNotifyFn
The entry point for the FWPS_VSWITCH_PORT_EVENT_CALLBACK0 callback function or NULL.
vSwitchInterfaceEventNotifyFn
The entry point for the FWPS_VSWITCH_INTERFACE_EVENT_CALLBACK0 callback function or NULL.
vSwitchFilterEngineReorderNotifyRn
The entry point for the FWPS_VSWITCH_FILTER_ENGINE_REORDER_CALLBACK0 callback function or NULL.
vSwitchPolicyEventNotifyFn
The entry point for the FWPS_VSWITCH_POLICY_EVENT_CALLBACK0 callback function or NULL.
vSwitchRuntimeStateSaveNotifyFn
The entry point for the FWPS_VSWITCH_RUNTIME_STATE_SAVE_CALLBACK0 callback function or NULL.
vSwitchRuntimeStateRestoreNotifyFn
The entry point for the FWPS_VSWITCH_RUNTIME_STATE_RESTORE_CALLBACK0 callback function or NULL.
The callback driver passes a pointer to an initialized FWPS_VSWITCH_EVENT_DISPATCH_TABLE0 structure to the FwpsvSwitchEventsSubscribe0 function.
The following definition is in fwpvi.h:
#define FWPS_VSWITCH_EVENT_DISPATCH_TABLE FWPS_VSWITCH_EVENT_DISPATCH_TABLE0
FWPS_VSWITCH_FILTER_ENGINE_REORDER_CALLBACK0
FWPS_VSWITCH_INTERFACE_EVENT_CALLBACK0
FWPS_VSWITCH_LIFETIME_EVENT_CALLBACK0
FWPS_VSWITCH_POLICY_EVENT_CALLBACK0
FWPS_VSWITCH_PORT_EVENT_CALLBACK0
FWPS_VSWITCH_RUNTIME_STATE_RESTORE_CALLBACK0
FWPS_VSWITCH_RUNTIME_STATE_SAVE_CALLBACK0