Windows.VirtualAllocFromApp C# (CSharp) Method

VirtualAllocFromApp() private method

private VirtualAllocFromApp ( void* BaseAddress, nuint Size, uint AllocationType, uint Protection ) : void*
BaseAddress void*
Size nuint
AllocationType uint
Protection uint
return void*
    public static extern void* VirtualAllocFromApp([NativeTypeName("PVOID")] void* BaseAddress, [NativeTypeName("SIZE_T")] nuint Size, [NativeTypeName("ULONG")] uint AllocationType, [NativeTypeName("ULONG")] uint Protection);