Group: Remote Application Programming (RAPI) - Library: rapi
This function obtains extended information about the version of the operating system that is currently running.
BOOL CeGetVersionEx(
LPCEOSVERSIONINFO lpVersionInformation
);
DECLARE INTEGER CeGetVersionEx IN rapi;
LONG lpVersionInformation
lpVersionInformation [out] Long pointer to an CEOSVERSIONINFO data structure that the function fills with operating system version information.
Nonzero indicates success. Zero indicates failure.
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.