Or

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc
/prothred_07l1.asp

(the link below says not found)

-----Original Message-----
From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of
Thomas Scheidegger
Sent: Friday, May 24, 2002 11:52 AM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] windows minimizing trick to reduce memory
utilization..?


SetProcessWorkingSetSize:

http://www.google.com/url?sa=U&start=1&q=http://msdn.microsoft.com/libra
ry/en-us/dllproc/prothred_07l1.asp&e=42



> -----Original Message-----
> On Behalf Of Tomas Restrepo
> Subject: Re: windows minimizing trick to reduce memory utilization..?
> > What is the concept behind OS reducing the memory
> utilization when the
> > Windows Forms application is minimized..?
> Al that's really going on is that the OS is trimming the working set
> size of the process associated with that window. That's well
> documented somewhere on
> the Platform SDK docs (although I don't remember exactly where_).

You can read messages from the DOTNET archive, unsubscribe from DOTNET,
or subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to