初始化計算的 Unicode 字串。
語法
VOID RtlInitUnicodeString(
[out] PUNICODE_STRING DestinationString,
[in, optional] PCWSTR SourceString
);
參數
[out] DestinationString
要初始化之計算 Unicode 字串的緩衝區。 如果未指定 SourceString ,長度就會初始化為零。
[in, optional] SourceString
要初始化計算字串之 Null 終止 Unicode 字串串的選擇性指標。
傳回值
無
規格需求
| 需求 | 值 |
|---|---|
| 最低支援的用戶端 | Windows 2000 專業版 [僅限傳統型應用程式] |
| 最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
| 目標平台 | Windows |
| 標頭 | winternl.h |
| 程式庫 | ntdll.lib |
| Dll | ntdll.dll;NtosKrnl.exe |