 |
CeGetSystemInfo ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
This function returns information about the current system. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| 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. |
 |
 |
| My comment: |
 |
| CPU architechture, type, level, revision, number of CPUs; virtual memory settings... |
 |
 |
| Word Index links for the CeGetSystemInfo : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-06-25 11:15:40 | | Modified: | 2004-06-25 11:19:49 | Visited in last 7 days: 17 |