Windows.VirtualProtectFromApp C# (CSharp) Method

VirtualProtectFromApp() private method

private VirtualProtectFromApp ( void* Address, nuint Size, uint NewProtection, uint* OldProtection ) : BOOL
Address void*
Size nuint
NewProtection uint
OldProtection uint*
return BOOL
    public static extern BOOL VirtualProtectFromApp([NativeTypeName("PVOID")] void* Address, [NativeTypeName("SIZE_T")] nuint Size, [NativeTypeName("ULONG")] uint NewProtection, [NativeTypeName("PULONG")] uint* OldProtection);