Funzione FwpsAleEndpointGetById0 (fwpsk.h)
La funzione FwpsAleEndpointGetById0 recupera informazioni su un endpoint ALE (Application Layer Enforcement).
NotaFwpsAleEndpointGetById0 è una versione specifica di FwpsAleEndpointGetById. Per altre informazioni , vedere Nomi Version-Independent WFP e Versioni specifiche di Windows .
Sintassi
NTSTATUS FwpsAleEndpointGetById0(
[in] HANDLE engineHandle,
[in] UINT64 endpointId,
[out] FWPS_ALE_ENDPOINT_PROPERTIES0 **properties
);
Parametri
[in] engineHandle
Handle per una sessione aperta con il motore di filtro. Questo handle viene ottenuto quando una sessione viene aperta chiamando FwpmEngineOpen0.
[in] endpointId
Identificatore dell'endpoint univoco.
[out] properties
Puntatore a un oggetto FWPS_ALE_ENDPOINT_PROPERTIES0 struttura che contiene le proprietà dell'endpoint.
Valore restituito
La funzione FwpsAleEndpointGetById0 restituisce uno dei codici NTSTATUS seguenti.
Codice restituito | Descrizione |
---|---|
|
Funzione completata. |
|
Si è verificato un errore. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Disponibile a partire da Windows 7. |
Piattaforma di destinazione | Universale |
Intestazione | fwpsk.h (includere Fwpsk.h) |
Libreria | Fwpkclnt.lib |
IRQL | PASSIVE_LEVEL |