On Wed, 15 Mar 2000, Jean-Claude Batista wrote:

> Hi,
> 
> Does anybody know the prototype for the shlwapi SHIsLowMemoryMachine
> function?? This function doesn't seem to be documented in MSDN so any
> information would be appreciated.

Sounds related to the memory size information in NT, which is used to
define default cache parameters... In which case, this SHOULD be a BOOL,
which will return 1 if the machine has less than (currently) 64Mb of RAM??

If you have a piece of code which uses this call, I'd try it as a bool,
taking no arguments, and see if that works. Just return a constant TRUE
for now, I'd suggest?


James.

Reply via email to