Funzione FwpmLayerGetById0 (fwpmu.h)
La funzione FwpmLayerGetById0 recupera un oggetto livello.
Sintassi
DWORD FwpmLayerGetById0(
[in] HANDLE engineHandle,
[in] UINT16 id,
[out] FWPM_LAYER0 **layer
);
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] id
Tipo: UINT16
Identificatore del livello desiderato. Per un elenco dei valori possibili, vedere Identificatori del livello di filtro in fase di esecuzione nella documentazione di WDK per Windows Filtering Platform.For a list of possible values, see Run-time Filtering Layer Identifiers in the WDK documentation for Windows Filtering Platform.
[out] layer
Tipo: FWPM_LAYER0**
Informazioni sul livello.
Valore restituito
Tipo: DWORD
Codice/valore restituito | Descrizione |
---|---|
|
Il livello è stato recuperato correttamente. |
|
Errore specifico di Windows Filtering Platform (WFP). Per informazioni dettagliate, vedere Codici di errore del WFP . |
|
Errore di comunicazione con il motore firewall remoto o locale. |
Commenti
Il chiamante deve liberare l'oggetto restituito da una chiamata a FwpmFreeMemory0.
Il chiamante deve FWPM_ACTRL_READ l'accesso al livello. Per altre informazioni, vedere Controllo di accesso.
FwpmLayerGetById0 è un'implementazione specifica di FwpmLayerGetById. 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 |