| DLL命令名 | 返回值类型 | 公开 | 备注 | |
| RtlInitUnicodeString | 整数型 | 函数初始化UNICODE_STRING字符串,调用示例:RtlInitUnicodeString (UNICODE_STRING变量, 字节集变量) | ||
| DLL库文件名 | ||||
| ntdll.dll | ||||
| 在DLL库中对应命令名 | ||||
| RtlInitUnicodeString | ||||
| 参数名 | 类型 | 传址 | 数组 | 备注 |
| DestinationString | unicode_string | |||
| SourceString | 字节集 | Unicode字节集,使用的时候最好引用变量如temp=编码_Ansi转Unicode(“NtOpenFile”, 假),RtlInitUnicodeString (u字符串变量, temp)否则最后容易输出乱码 | ||
词条作者信息 使用例程
