Пример #1
0
 public static extern NtStatus NtMapViewOfSection(IntPtr sectionHandle, IntPtr proccessHandle, ref IntPtr baseAddress, IntPtr zero, ulong regionSize, out LargeInteger sectionOffset, out uint viewSize, uint viewSection, IntPtr zero2, int protection);
Пример #2
0
 public static extern NtStatus NtCreateSection(ref IntPtr sectionHandle, uint accessMask, IntPtr zero, ref LargeInteger maximumSize, uint protection, uint allocationAttributes, IntPtr zero2);