Funzione FwpmNetEventDestroyEnumHandle0 (fwpmu.h)

La funzione FwpmNetEventDestroyEnumHandle0 libera un handle restituito da FwpmNetEventCreateEnumHandle0.

Sintassi

DWORD FwpmNetEventDestroyEnumHandle0(
  [in] HANDLE engineHandle,
  [in] HANDLE enumHandle
);

Parametri

[in] engineHandle

Tipo: HANDLE

Handle per una sessione aperta al motore di filtro. Chiamare FwpmEngineOpen0 per aprire una sessione al motore di filtro.

[in] enumHandle

Tipo: HANDLE

Handle di un'enumerazione di eventi di rete creata da una chiamata a FwpmNetEventCreateEnumHandle0.

Valore restituito

Tipo: DWORD

Codice/valore restituito Descrizione
ERROR_SUCCESS
0
L'enumeratore è stato eliminato correttamente.
FWP_E_* codice di errore
0x80320001: 0x80320039
Errore specifico di Windows Filtering Platform (WFP). Per informazioni dettagliate, vedere Codici di errore del WFP .
RPC_* codice di errore
0x80010001: 0x80010122
Errore di comunicazione con il motore firewall remoto o locale.

Commenti

FwpmNetEventDestroyEnumHandle0 è un'implementazione specifica di FwpmNetEventDestroyEnumHandle. 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]
Piattaforma di destinazione Windows
Intestazione fwpmu.h
Libreria Fwpuclnt.lib
DLL Fwpuclnt.dll

Vedi anche

FwpmNetEventCreateEnumHandle0