Changing Memory Settings in Windows CE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

I am trying to permanently change the memory settings for a windows ce 4.1 device, namely setting the Program memory to 8 K and storage to the rest of available memory. I was trying to determine how to set this via a regfile. Does anyone know the location in the windows ce registry where I can set these entries

Thanks
Ike
 
Well, what you really want to do is to use code, calling
SetSystemMemoryDivision(), to do this. I don't believe that it is stored in
the registry...

Paul T.

ikedahitman said:
Hello,

I am trying to permanently change the memory settings for a windows ce 4.1
device, namely setting the Program memory to 8 K and storage to the rest of
available memory. I was trying to determine how to set this via a regfile.
Does anyone know the location in the windows ce registry where I can set
these entries?
 
Back
Top