Current situation:
a) Start an application
b) during multiple file processing the available "Physical Memory" decreases to a level of about 120000K
c) as a result that application collapses with an "out of Memory"-error
d) freeing memory with something like this ...
FreeMem.vbsCode:
FreeMem = Space(128000000)
won't make it directly as the application rejects to go on processing without being reinitialised/restartet.
For that reason I wanna monitor the process via AHK's DllCall() function, using kernel32.dll's
GlobalMemoryStatus function. Unfortunatley that function delivers its outcome to a structure (MEMORYSTATUS), which looks to me that I can't access/parse it to my needs. Any idea?
MSDN: [url=http://msdn.microsoft.com/library/default.asp?url=/library/en-us/memory/base/globalmemorystatus.asp[/url][GlobalMemoryStatus][/url]
In Deitsch
ich hab die Frage auch im Deutschen Forum gepostet. Irgendwelche D(ll)-Patrioten hier inkognito unterwegs ??
