Fonction FwpsFreeNetBufferList0 (fwpsk.h)
La fonction FwpsFreeNetBufferList0 libère une structure NET_BUFFER_LIST précédemment allouée par un appel à la fonction FwpsAllocateNetBufferAndNetBufferList0 .
RemarqueFwpsFreeNetBufferList0 est une version spécifique de FwpsFreeNetBufferList. Pour plus d’informations , voir PAM Version-Independent noms et Ciblage de versions spécifiques de Windows .
Syntaxe
void FwpsFreeNetBufferList0(
[in, out] NET_BUFFER_LIST *netBufferList
);
Paramètres
[in, out] netBufferList
Pointeur vers la structure NET_BUFFER_LIST en cours de libération.
Valeur de retour
None
Remarques
Un pilote de légende appelle la fonction FwpsFreeNetBufferList0 pour libérer une structure NET_BUFFER_LIST précédemment allouée par un appel à la fonction FwpsAllocateNetBufferAndNetBufferList0 .
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Disponible à partir de Windows Vista. |
Plateforme cible | Universal |
En-tête | fwpsk.h (inclure Fwpsk.h) |
Bibliothèque | Fwpkclnt.lib |
IRQL | <= DISPATCH_LEVEL |