Share via


struttura FWPM_SUBLAYER_CHANGE0 (fwpmtypes.h)

La struttura FWPM_SUBLAYER_CHANGE0 specifica una notifica di modifica inviata ai sottoscrittori.

Sintassi

typedef struct FWPM_SUBLAYER_CHANGE0_ {
  FWPM_CHANGE_TYPE changeType;
  GUID             subLayerKey;
} FWPM_SUBLAYER_CHANGE0;

Members

changeType

Tipo di modifica come specificato da FWPM_CHANGE_TYPE.

subLayerKey

GUID del sottostrato modificato.

Commenti

FWPM_SUBLAYER_CHANGE0 è un'implementazione specifica di FWPM_SUBLAYER_CHANGE. 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

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

Vedi anche

FWPM_CHANGE_TYPE

Strutture API della piattaforma di filtro Windows