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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top