get Operating system name programmatically c++
-
how to get Operating system name programmatically c++ and get installed office version
-
how to get Operating system name programmatically c++ and get installed office version
See GetVersionEx[^]
Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]
-
See GetVersionEx[^]
Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]
Actualy i want the name of os installed.
-
Actualy i want the name of os installed.
-
Actualy i want the name of os installed.
onlyjaypatel wrote:
Actualy i want the name of os installed.
You must be able to make that out from OSVERSIONINFOEX[^] structure that you pass on to GetVersionEx(). Please search for examples.
Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]
-
onlyjaypatel wrote:
Actualy i want the name of os installed.
You must be able to make that out from OSVERSIONINFOEX[^] structure that you pass on to GetVersionEx(). Please search for examples.
Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]
Thanx dear. :-D I just got it in msdn but is there any other method to get that
-
Thanx sandy. :-D I just got it in msdn but is there any other method to get that?
-
Thanx dear. :-D I just got it in msdn but is there any other method to get that
use WMI Win32_OperatingSystem how to use WMI in CPP you can find in MSDN
-
Thanx sandy. :-D I just got it in msdn but is there any other method to get that?
There's sample code if you follow the link provided to you earlier... Getting the System Version[^]
Mark Salsbery Microsoft MVP - Visual C++ :java: