示例#1
0
 public static unsafe extern void RtlFreeUnicodeString(
     ref UNICODE_STRING UnicodeString);
示例#2
0
 public static unsafe extern NTStatus RtlUpcaseUnicodeString(
     ref UNICODE_STRING DestinationString,
     ref UNICODE_STRING SourceString,
     ByteBoolean AllocateDestinationString);