 |
GetVersion ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetVersion function returns the current version number of Windows and information about the operating system platform |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
DWORD GetVersion(VOID)
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetVersion IN kernel32
|
 |
 |
 |
| Parameters: |
 |
| This function has no parameters |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is the major and minor version numbers of Windows and a code specifying the operating system platform. The low-order word contains the version number of Windows. The high-order byte specifies the minor version (revision) number, in hexadecimal notation. The low-order byte specifies the major version number, in hexadecimal notation |
 |
 |
| My comment: |
 |
| The very basic information is returned. The extended version gives more, though more efforts needed to convert the result into FoxPro variables |
 |
 |
| Word Index links for the GetVersion : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-07-12 12:00:00 | | Modified: | 2001-11-26 16:02:08 | Visited in last 7 days: 33 |