Hi
I have code to determine the windows operating system version.
Does anyone know what windows 2000 returns:
iRet = GetVersionExA(osinfo)
' Win95 Win98 NT 3.51 NT 4.0 NT 2000??
' dwPlatformID 1 1 2 2
' dwMajorVersion 4 4 3 4
' dwMinorVersion 0 10 51 0
Thanks
Murray