 |
GetSystemInfo Add comment W32 Constants Translate this page |
 |
 |
|
Returns information about the current system. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
VOID GetSystemInfo(
LPSYSTEM_INFO lpSystemInfo // system information
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE GetSystemInfo IN kernel32 STRING @ lpSystemInfo
|
 |
 |
 |
| Parameters: |
 |
lpSystemInfo
[out] Pointer to a SYSTEM_INFO structure that receives the information. |
 |
 |
| Return value: |
 |
| This function does not return a value. |
 |
 |
| Usage: |
 |
cSysInfo = Repli(Chr(0), 1024)
= GetSystemInfo(@cSysInfo)
|
 |
 |
| My comment: |
 |
WinNT: much of this info you can find in environment strings. Skip to the examples with GetEnvironmentStrings.
See also: GetNativeSystemInfo
|
 |
 |
| Word Index links for the GetSystemInfo : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-08-06 12:00:00 | | Modified: | 2007-12-26 14:24:43 | Visited in last 7 days: 27 |