RtlFreeUTF8String 函式 (wdm.h)
RtlFreeUTF8String 函式會釋放 RtlUnicodeStringToUTF8String 所配置的記憶體。
語法
NTSYSAPI VOID RtlFreeUTF8String(
PUTF8_STRING utf8String
);
參數
utf8String
先前由 RtlUnicodeStringToUTF8String 配置的 UTF8 字串緩衝區指標。
備註
此例程只會釋放傳遞至它的UTF8字串緩衝區;它不會釋放傳遞至 RtlUnicodeStringToUTF8String 的 Unicode 字串緩衝區。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 (版本 2004) |
標頭 | wdm.h |
IRQL | PASSIVE_LEVEL |