예제 #1
0
파일: Imports.cs 프로젝트: bangush/WInterop
 public static unsafe extern void RtlFreeUnicodeString(
     ref UNICODE_STRING UnicodeString);
예제 #2
0
파일: Imports.cs 프로젝트: bangush/WInterop
 public static unsafe extern NTStatus RtlUpcaseUnicodeString(
     ref UNICODE_STRING DestinationString,
     ref UNICODE_STRING SourceString,
     ByteBoolean AllocateDestinationString);