How to findout which OS is installed?
C / C++ / MFC
4
Posts
4
Posters
0
Views
1
Watching
-
Hello friends, How can the program findout which OS is installed? I want to get the name of the OS which runs in current PC. Any API or sample code would be appreciated. Thanks in Advance.
ritz1234
-
Hello friends, How can the program findout which OS is installed? I want to get the name of the OS which runs in current PC. Any API or sample code would be appreciated. Thanks in Advance.
ritz1234
Try
GetVersionEx
. Regards, Paresh. -
Hello friends, How can the program findout which OS is installed? I want to get the name of the OS which runs in current PC. Any API or sample code would be appreciated. Thanks in Advance.
ritz1234