Platform | x64, Win32 | ||||||||||||||||||
Purpose |
Return information about memory use for the process. |
||||||||||||||||||
Syntax |
INTEGER*8 FUNCTION ProcessMemoryInfo@(OPTION) |
||||||||||||||||||
Description |
This provides easy access to the Windows API function GetProcessMemoryInfo. OPTION is an input value in the range 1 to 9 that specifies the information value to be returned as follows:
A negative returned value indicates an error condition. ProcessMemoryInfo@ can be called directly without the aid of a header file but it must be declared as INTEGER*8. For further information on these information values, see "PROCESS_MEMORY_COUNTERS structure". |
||||||||||||||||||
Notes |
Introduced with FTN95 8.10. |
||||||||||||||||||
See Also |