Fonction RtlFreeAnsiString (wdm.h)
La routine RtlFreeAnsiString libère le stockage alloué par RtlUnicodeStringToAnsiString.
Syntaxe
NTSYSAPI VOID RtlFreeAnsiString(
[in, out] PANSI_STRING AnsiString
);
Paramètres
[in, out] AnsiString
Pointeur vers la mémoire tampon de chaîne ANSI précédemment allouée par RtlUnicodeStringToAnsiString.
Valeur de retour
None
Remarques
Cette routine ne libère pas la mémoire tampon de chaîne Unicode passée à RtlUnicodeStringToAnsiString.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Disponible à partir de Windows 2000. |
Plateforme cible | Universal |
En-tête | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |
Bibliothèque | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | <=APC_LEVEL |