How do I get a description of the current OS version in windows?
        Posted  
        
            by Colen
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Colen
        
        
        
        Published on 2009-10-13T22:34:01Z
        Indexed on 
            2010/05/06
            12:18 UTC
        
        
        Read the original article
        Hit count: 282
        
I need to get a simple description of the OS, such as "Windows XP (SP2)" or "Windows 2000 Professional" to include in some debugging code. Ideally, I'd like to simply retrieve it by calling a "GetOSDisplayName" function.
Is there such a function available for C++ win32 programming?
© Stack Overflow or respective owner