FWPS_VSWITCH_EVENT_DISPATCH_TABLE0 structure (fwpsk.h)

La structure FWPS_VSWITCH_EVENT_DISPATCH_TABLE0 spécifie une table de distribution d’événements de commutateur virtuel fournie par un pilote de légende.

NotezFWPS_VSWITCH_EVENT_DISPATCH_TABLE0 est une version spécifique de FWPS_VSWITCH_EVENT_DISPATCH_TABLE. Pour plus d’informations , consultez WFP Version-Independent Names and Targeting Specific Versions of Windows .

 

Syntaxe

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;

Membres

vSwitchLifetimeNotifyFn

Point d’entrée de la fonction de rappel FWPS_VSWITCH_LIFETIME_EVENT_CALLBACK0 ou NULL.

vSwitchPortEventNotifyFn

Point d’entrée de la fonction de rappel FWPS_VSWITCH_PORT_EVENT_CALLBACK0 ou NULL.

vSwitchInterfaceEventNotifyFn

Point d’entrée de la fonction de rappel FWPS_VSWITCH_INTERFACE_EVENT_CALLBACK0 ou NULL.

vSwitchFilterEngineReorderNotifyRn

Point d’entrée de la fonction de rappel FWPS_VSWITCH_FILTER_ENGINE_REORDER_CALLBACK0 ou NULL.

vSwitchPolicyEventNotifyFn

Point d’entrée de la fonction de rappel FWPS_VSWITCH_POLICY_EVENT_CALLBACK0 ou NULL.

vSwitchRuntimeStateSaveNotifyFn

Point d’entrée de la fonction de rappel FWPS_VSWITCH_RUNTIME_STATE_SAVE_CALLBACK0 ou NULL.

vSwitchRuntimeStateRestoreNotifyFn

Point d’entrée de la fonction de rappel FWPS_VSWITCH_RUNTIME_STATE_RESTORE_CALLBACK0 ou NULL.

Remarques

Le pilote de rappel transmet un pointeur vers une structure FWPS_VSWITCH_EVENT_DISPATCH_TABLE0 initialisée à la fonction FwpsvSwitchEventsSubscribe0 .

La définition suivante est dans fwpvi.h :

#define FWPS_VSWITCH_EVENT_DISPATCH_TABLE FWPS_VSWITCH_EVENT_DISPATCH_TABLE0

Configuration requise

Condition requise Valeur
Client minimal pris en charge Disponible à partir de Windows 8.
En-tête fwpsk.h (include Fwpsk.h)

Voir aussi

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

FwpsvSwitchEventsSubscribe0