 |
CeGetVersionEx ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
This function obtains extended information about the version of the operating system that is currently running. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL CeGetVersionEx(
LPCEOSVERSIONINFO lpVersionInformation
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER CeGetVersionEx IN rapi;
LONG lpVersionInformation
|
 |
 |
 |
| Parameters: |
 |
lpVersionInformation
[out] Long pointer to an CEOSVERSIONINFO data structure that the function fills with operating system version information. |
 |
 |
| Return value: |
 |
| Nonzero indicates success. Zero indicates failure. |
 |
 |
| My comment: |
 |
Before calling the CeGetVersionEx function, set the dwOSVersionInfoSize member of the CEOSVERSIONINFO data structure to sizeof(CEOSVERSIONINFO).
Nonzero indicates success. Zero indicates failure. To determine if a function failed because of RAPI errors, call CeRapiGetError. To determine if a function failed because of non-RAPI errors, call CeGetLastError. |
 |
 |
| Word Index links for the CeGetVersionEx : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-06-20 13:26:12 | | Modified: | 2004-06-20 13:28:05 | Visited in last 7 days: 11 |