Exemplo n.º 1
0
 public static unsafe extern void RtlFreeUnicodeString(
     ref UNICODE_STRING UnicodeString);
Exemplo n.º 2
0
 public static unsafe extern NTStatus RtlUpcaseUnicodeString(
     ref UNICODE_STRING DestinationString,
     ref UNICODE_STRING SourceString,
     Boolean8 AllocateDestinationString);