FWPM_PROVIDER_CONTEXT_CHANGE_CALLBACK0 funzione di callback (fwpmu.h)
La funzione FWPM_PROVIDER_CONTEXT_CHANGE_CALLBACK0 viene usata per aggiungere un comportamento personalizzato al processo di notifica delle modifiche al contesto del provider.
Sintassi
FWPM_PROVIDER_CONTEXT_CHANGE_CALLBACK0 FwpmProviderContextChangeCallback0;
void FwpmProviderContextChangeCallback0(
[in] void *context,
[in] const FWPM_PROVIDER_CONTEXT_CHANGE0 *change
)
{...}
Parametri
[in] context
Tipo: void*
Puntatore di contesto facoltativo. Contiene il valore del parametro di contesto passato alla funzione FwpmProviderContextSubscribeChanges0 .
[in] change
Tipo: FWPM_PROVIDER_CONTEXT_CHANGE0*
Informazioni sulla notifica delle modifiche.
Valore restituito
nessuno
Osservazioni
Chiamare FwpmProviderContextSubscribeChanges0 per registrare questa funzione di callback.
FWPM_PROVIDER_CONTEXT_CHANGE_CALLBACK0 è un'implementazione specifica di FWPM_PROVIDER_CONTEXT_CHANGE_CALLBACK. 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 |