Windows 2K or Windows XP ?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
BOOL GetVersionEx(LPOSVERSIONINFO lpVersionInfo);
Declared in winbase.h, include windows.h to get it. MSDN has information on the OSVERSIONINFO struct (see below). GetVersionEx[^] Hope this helps. -- Henrik Stuart (http://www.unprompted.com/hstuart/[^])