[DllImport("ntdll.dll", SetLastError=true)]
static extern uint NtMapViewOfSection(
IntPtr SectionHandle,
IntPtr ProcessHandle,
ref IntPtr BaseAddress,
UIntPtr ZeroBits,
UIntPtr CommitSize,
out ulong SectionOffset,
out uint ViewSize,
uint InheritDisposition,
uint AllocationType,
uint Win32Protect);
Declare Function NtMapViewOfSection Lib "ntdll.dll" (TODO) As TODO
[DllImport("ntdll.dll")]
def NtMapViewOfSection(
SectionHandle as IntPtr,
ProcessHandle as IntPtr,
ref BaseAddress as IntPtr,
ZeroBits as IntPtr,
CommitSize as IntPtr,
SectionOffset as IntPtr,
ref ViewSize as UInt32,
InheritDisposition as UInt32,
AllocationType as UInt32,
Win32Protect as UInt32) as UInt32:
pass
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!