Windows.VirtualAllocFromApp C# (CSharp) Méthode

VirtualAllocFromApp() private méthode

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