Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 798 Bytes

CeGetSystemInfo.md

File metadata and controls

47 lines (31 loc) · 798 Bytes

Home

Function name : CeGetSystemInfo

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


This function returns information about the current system.


Code examples:

Pocket PC: base class

Declaration:

VOID CeGetSystemInfo(
  LPSYSTEM_INFO lpSystemInfo
);  

FoxPro declaration:

DECLARE CeGetSystemInfo IN rapi;
	STRING @ lpSystemInfo  

Parameters:

lpSystemInfo [out] Pointer to a SYSTEM_INFO structure to be filled in by this function.


Return value:

None.


Comments:

CPU architechture, type, level, revision, number of CPUs; virtual memory settings...