Declare Function NtMapViewOfSection Lib "ntdll.dll" (TODO) As TODO
Boo Signature:
[DllImport("ntdll.dll")]
def NtMapViewOfSection(SectionHandle as IntPtr, ProcessHandle as IntPtr, ref BaseAddress as IntPtr, ZeroBits as UIntPtr, CommitSize as UIntPtr, ref SectionOffset as ulong, ref ViewSize as uint, InheritDisposition as uint, AllocationType as uint, Win32Protect as uint):
pass