Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 935 Bytes

File metadata and controls

49 lines (32 loc) · 935 Bytes

Home

Function name : CeGlobalMemoryStatus

Group: Remote Application Programming (RAPI) - Library: rapi


This function gets information on the physical and virtual memory of the system.


Code examples:

Pocket PC: base class

Declaration:

void CeGlobalMemoryStatus(
  LPMEMORYSTATUS lpmst
);  

FoxPro declaration:

DECLARE CeGlobalMemoryStatus IN rapi;
	STRING @ lpmst  

Parameters:

lpmst [out] Pointer to a MEMORYSTATUS structure.


Return value:

None.


Comments:

Total and available physical memory, memory utilization, paging file...

See also: CeGetStoreInformation function.