Windows 2000 Version Api 
Author Message
 Windows 2000 Version Api

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



Wed, 17 Apr 2002 03:00:00 GMT  
 Windows 2000 Version Api


Quote:
> 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

PlatformID = 2
MajorVersion = 5
MinorVersion = 0
Quote:
> Thanks

> Murray



Wed, 17 Apr 2002 03:00:00 GMT  
 Windows 2000 Version Api

Quote:



>> 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

>PlatformID = 2
>MajorVersion = 5
>MinorVersion = 0

Thanks kindly

- Show quoted text -

Quote:

>> Thanks

>> Murray



Wed, 17 Apr 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. VBA 6.5, Windows 2000 and Windows API

2. Windows XP API in Windows 2000

3. Retrieving Bios version from computers in a windows 2000 domain

4. Word 2000 from within VB: Windows 2000: error, Windows ME: ok

5. Windows 2000 api's?

6. Win32 API and Windows 2000

7. Api Function in windows 2000

8. Windows 2000 UI Change API to bring application to front rather then flash in taskbar

9. Using API on Windows 2000

10. SetForegroundWindow API Windows 2000

11. Windows 2000 API

12. API & Windows 2000

 

 
Powered by phpBB® Forum Software