VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Get details about your OS using GetVersionEx API

Karthikeyan  (187 Submissions)   Windows API Call/Explanation   Visual Basic 5.0   Unknown Difficulty   Wed 17th January 2001   Mon 8th February 2021

Get details about your OS using GetVersionEx API

API Declarations


dwOSVersionInfoSize As Long
dwMajorVersion As Long
dwMinorVersion As Long
dwBuildNumber As Long
dwPlatformId As Long
szCSDVersion As String * 128
End Type
Private Declare Function GetVersionEx Lib "kernel32.dll" Alias "GetVersionExA" (lpVersionInformation As OSVERSIONINFO) As Long


Rate Get details about your OS using GetVersionEx API (1(1 Vote))
Get details about your OS using GetVersionEx API.bas

Get details about your OS using GetVersionEx API Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters