Condividi tramite


FWPM_SYSTEM_PORTS_CALLBACK0 funzione di callback (fwpmu.h)

La funzione FWPM_SYSTEM_PORTS_CALLBACK0 viene usata per aggiungere un comportamento personalizzato al processo di sottoscrizione della porta di sistema.

Sintassi

FWPM_SYSTEM_PORTS_CALLBACK0 FwpmSystemPortsCallback0;

void FwpmSystemPortsCallback0(
  [in, out] void *context,
  [in]      const FWPM_SYSTEM_PORTS0 *sysPorts
)
{...}

Parametri

[in, out] context

Tipo: void*

Puntatore di contesto facoltativo. Contiene il valore del parametro di contesto della funzione FwpmSystemPortsSubscribe0 .

[in] sysPorts

Tipo: FWPM_SYSTEM_PORTS0*

Informazioni sulla porta di sistema.

Valore restituito

nessuno

Osservazioni

Chiamare FwpmSystemPortsSubscribe0 per registrare questa funzione di callback.

FWPM_SYSTEM_PORTS_CALLBACK0 è un'implementazione specifica di FWPM_SYSTEM_PORTS_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

Requisito Valore
Client minimo supportato Windows 7 [solo app desktop]
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione fwpmu.h

Vedi anche

FWPM_SYSTEM_PORTS0

FwpmSystemPortsSubscribe0