GetVersionEx function kernel32
Gets information about the operating system version.
BOOL GetVersionExW(
LPOSVERSIONINFOW lpVersionInformation
);
Implementation
int GetVersionEx(Pointer<OSVERSIONINFO> lpVersionInformation) =>
_GetVersionEx(lpVersionInformation);