funzione di callback FWPM_NET_EVENT_CALLBACK1 (fwpmu.h)
La funzione FWPM_NET_EVENT_CALLBACK1 viene usata per aggiungere un comportamento personalizzato al processo di sottoscrizione di eventi net.
NotaFWPM_NET_EVENT_CALLBACK1 è l'implementazione specifica di FWPM_NET_EVENT_CALLBACK usata in Windows 8 e versioni successive. 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. Per Windows 7, FWPM_NET_EVENT_CALLBACK0 è disponibile.
Sintassi
FWPM_NET_EVENT_CALLBACK1 FwpmNetEventCallback1;
void FwpmNetEventCallback1(
[in, out] void *context,
[in] const FWPM_NET_EVENT2 *event
)
{...}
Parametri
[in, out] context
Tipo: void*
Puntatore di contesto facoltativo. Contiene il valore del parametro di contesto della funzione FwpmNetEventSubscribe1 .
[in] event
Tipo: const FWPM_NET_EVENT2*
Informazioni sull'evento net.
Valore restituito
nessuno
Osservazioni
Chiamare FwpmNetEventSubscribe1 per registrare questa funzione di callback.
Requisiti
Client minimo supportato | Windows 8 [solo app desktop] |
Server minimo supportato | Windows Server 2012 [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | fwpmu.h |