Condividi tramite


struttura FWPM_CALLOUT_SUBSCRIPTION0 (fwpmtypes.h)

La struttura FWPM_CALLOUT_SUBSCRIPTION0 viene usata per sottoscrivere le notifiche di modifica.

Sintassi

typedef struct FWPM_CALLOUT_SUBSCRIPTION0_ {
  FWPM_CALLOUT_ENUM_TEMPLATE0 *enumTemplate;
  UINT32                      flags;
  GUID                        sessionKey;
} FWPM_CALLOUT_SUBSCRIPTION0;

Members

enumTemplate

Struttura FWPM_CALLOUT_ENUM_TEMPLATE0 utilizzata per limitare la sottoscrizione.

flags

I tipi di notifica ricevuti dalla sottoscrizione.

Valore Significato
FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_ADD
Sottoscrivere il callout aggiungere notifiche.
FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_DELETE
Sottoscrivere le notifiche di eliminazione del callout.

sessionKey

Identifica in modo univoco questa sessione.

Commenti

Le notifiche vengono inviate solo per i callout che corrispondono al modello.

Se il modello è NULL, corrisponde a tutti i callout.

FWPM_CALLOUT_SUBSCRIPTION0 è un'implementazione specifica di FWPM_CALLOUT_SUBSCRIPTION. Per altre informazioni, vedere Wfp Version-Independent Names and Targeting Specific Versions of Windows .See WFP Version-Independent Names and Targeting Specific Versions of Windows.See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione fwpmtypes.h

Vedi anche

FWPM_CALLOUT_ENUM_TEMPLATE0

Strutture API della piattaforma di filtro Windows