Fonction IPsecDospGetStatistics0 (fwpmu.h)
La fonction IPsecDospGetStatistics0 récupère les statistiques De protection DoS IPsec (Internet Protocol Security).
Syntaxe
DWORD IPsecDospGetStatistics0(
[in] HANDLE engineHandle,
[out] IPSEC_DOSP_STATISTICS0 *idpStatistics
);
Paramètres
[in] engineHandle
Type : HANDLE
Gérer pour une session ouverte sur le moteur de filtre. Appelez FwpmEngineOpen0 pour ouvrir une session sur le moteur de filtre.
[out] idpStatistics
Type : IPSEC_DOSP_STATISTICS0*
Objet de niveau supérieur des statistiques IPsec DoS Protection organization.
Valeur retournée
Type : DWORD
Code/valeur de retour | Description |
---|---|
|
Les statistiques IPsec DoS Protection ont été retournées avec succès. |
|
Erreur spécifique à la plateforme de filtrage Windows (PAM). Pour plus d’informations, consultez Codes d’erreur PAM . |
|
Échec de la communication avec le moteur de pare-feu distant ou local. |
Notes
Cette fonction ne peut pas être appelée à partir d’une transaction. Il échoue avec FWP_E_TXN_IN_PROGRESS. Pour plus d’informations sur les transactions, consultez Gestion des objets.
L’appelant a besoin FWPM_ACTRL_READ_STATS accès au composant IPsec DoS Protection. Pour plus d’informations, consultez Access Control.
IPsecDospGetStatistics0 est une implémentation spécifique d’IPsecDospGetStatistics. Pour plus d’informations , voir PAM Version-Independent noms et Ciblage de versions spécifiques de Windows .
Spécifications
Client minimal pris en charge | Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | fwpmu.h |
Bibliothèque | Fwpuclnt.lib |
DLL | Fwpuclnt.dll |