Re: How to Find Memory Used (IVF 9.1, WinXP)



John S wrote:
| Using my MSDN with IVF Visual Studio, I found the GetProcessMemoryInfo along
| with sample C code.
|
| Since I already use some C subroutines from Fortran, it was easy to add this
| as a routine and call it.
|
| You put me on the right track. I now can get all the GetProcessMemoryInfo
| pass back the memory usage.

USE IFWIN or USE KERNEL32 would have been simpler :-).
GetCurrentProcessId returns the pid.

--
Jugoslav
___________
www.xeffort.com

Please reply to the newsgroup.
You can find my real e-mail on my home page above.
.



Relevant Pages

  • Re: How to Find Memory Used (IVF 9.1, WinXP)
    ... | Using my MSDN with IVF Visual Studio, I found the GetProcessMemoryInfo along ... Intel has apparently added more of the kernel API entry ...
    (comp.lang.fortran)
  • Re: How to Find Memory Used (IVF 9.1, WinXP)
    ... Using my MSDN with IVF Visual Studio, ... Since I already use some C subroutines from Fortran, it was easy to add this ... I now can get all the GetProcessMemoryInfo ...
    (comp.lang.fortran)