SetSystemMemoryDivision (coredll)
Last changed: -80.195.114.35

.
Summary
TODO - a short description

C# Signature:

[DllImport("coredll.dll", SetLastError=true)]
static extern uint SetSystemMemoryDivision(uint dwStorePages);

VB Signature:

Declare Function SetSystemMemoryDivision Lib "coredll.dll" (dwStorePages As UInt32) As UInt32

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

This function takes one argument - size of storage in memory pages. It returns result code that could be:

0 - memory division changed successfully
1 - need to reboot to accept memory division changes
2 - cannot change memory division because the system should be rebooted after the previous call before
3 - change failed.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation