Set the Program/Storage Memory

  • Thread starter Thread starter Ofer Berkovich
  • Start date Start date
O

Ofer Berkovich

Hello

Is it possible to read the free storage memory and the free program memory
and move the slider from storage to program memory, using C#?

Thanks,
Ofer
 
Yes there is

You will have to PInvoke them ... look at the coredll functions

GetStoreInformation
GetSystemMemoryDivision
GlobalMemoryStatus
SetSystemMemoryDivision

No reboot is necessary when moving the slider, however you might want
error checking in case you want to move it to a location that is in
use.

Hope this helps.
 
Back
Top