Rtl Init Unicode String UNICODESTRING Rtl Init Unicode

  • Slides: 11
Download presentation

内核下的字符串操作 Rtl. Init. Unicode. String : 初始化一个UNICODE_STRING结构 Rtl. Init. Unicode. String. Ex: 初始化一个UNICODE_STRING结构 Rtl.

内核下的字符串操作 Rtl. Init. Unicode. String : 初始化一个UNICODE_STRING结构 Rtl. Init. Unicode. String. Ex: 初始化一个UNICODE_STRING结构 Rtl. Ansi. Char. To. Unicode. Char: 将第一个多字节字符串转换为一个宽字节字符串 Rtl. Ansi. String. To. Unicode. String: 将一个ANSI_STRING转换为一个UNICODE_STRING Rtl. Ansi. String. To. Unicode. Size: 如果将一个ANSI_STRING转换为一个 UNICODE_STRING, 那么这个UNICODE_STRING的缓冲区所需要占用的字节数 Rtl. Append. Unicode. String. To. String: 将一个UNICODE_STRING连接到一个 UNICODE_STRING中

内核下的字符串操作 Rtl. Append. Unicode. To. String: 将一个宽字节字符串连接到一个 UNICODE_STRING中 Rtl. Compare. Unicode. String: 比较两个UINICODE_STRING的大小 Rtl.

内核下的字符串操作 Rtl. Append. Unicode. To. String: 将一个宽字节字符串连接到一个 UNICODE_STRING中 Rtl. Compare. Unicode. String: 比较两个UINICODE_STRING的大小 Rtl. Compare. Unicode. Strings: 比较两个宽字节字符串 Rtl. Convert. Sid. To. Unicode. String: 生成一个可打印的代表安全标识符的 UNICODE_STRING

内核下的字符串操作 Rtl. Copy. Unicode. String: 将一个UNICODE_STRING拷贝到另一个 UNICODE_STRING中 Rtl. Create. Unicode. String: 用一个宽字节字符串创建一个新的 UNICOCE_STRING Rtl.

内核下的字符串操作 Rtl. Copy. Unicode. String: 将一个UNICODE_STRING拷贝到另一个 UNICODE_STRING中 Rtl. Create. Unicode. String: 用一个宽字节字符串创建一个新的 UNICOCE_STRING Rtl. Downcase. Unicode. Char: 将指定的宽字节字符串转换为小写 Rtl. Downcase. Unicode. String: 将指定的UNICODE_STRING转换为小写 Rtl. Duplicate. Unicode. String: 将一个UNICODE_STRING拷贝至另一个 UNICODE_STRING

内核下的字符串操作 Rtl. Equal. Unicode. String: 判断两个UNICODE_STRING是否相等 Rtl. Find. Unicode. Prefix: 查找UNICODE_STRING的前缀 Rtl. Free. Unicode.

内核下的字符串操作 Rtl. Equal. Unicode. String: 判断两个UNICODE_STRING是否相等 Rtl. Find. Unicode. Prefix: 查找UNICODE_STRING的前缀 Rtl. Free. Unicode. String: 释放UNICOCE_STRING的存储空间 Rtl. Hash. Unicode. String: 为UNICODE_STRING创建一个哈希值 Rtl. Initialize. Unicode. Prefix: 初始化一个前缀表

内核下的字符串操作 Rtl. Insert. Unicode. Prefix: 插入一个新元素到Unicode前缀表中 Rtl. Int 64 To. Unicode. String: 将一个无符号 64位整数值转换为

内核下的字符串操作 Rtl. Insert. Unicode. Prefix: 插入一个新元素到Unicode前缀表中 Rtl. Int 64 To. Unicode. String: 将一个无符号 64位整数值转换为 UNICODE_STRING Rtl. Integer. To. Unicode: 将一个整数值转换为宽字节字符串 Rtl. Integer. To. Unicode. String: 将一个整数值转换为UNICODE_STRING Rtl. Multi. Byte. To. Unicode. N: 将多字节字符串转换为宽字节字符串 Rtl. Multi. Byte. To. Unicode. Size: 将多字节字符串转换为的宽字节字符串所需的字 节数

内核下的字符串操作 Rtl. Upcase. Unicode. Char: 将指定的宽字节字符串转换为大写 Rtl. Upcase. Unicode. String: 将指定的UNICODE_STRING转换为大写 Rtl. Validate. Unicode.

内核下的字符串操作 Rtl. Upcase. Unicode. Char: 将指定的宽字节字符串转换为大写 Rtl. Upcase. Unicode. String: 将指定的UNICODE_STRING转换为大写 Rtl. Validate. Unicode. String: 验证UNICODE_STRING是否有效