SSystemInformation.hpp

Go to the documentation of this file.
00001 #ifndef __SSystemInformation__
00002 #define __SSystemInformation__
00003 
00004 #include "../Basics/CString.hpp"
00005 
00006 //  ===========================================================================
00007 
00008 using Exponent::Basics::CString;
00009 
00010 //  ===========================================================================
00011 
00012 namespace Exponent
00013 {
00014     namespace Host
00015     {
00033         struct SSystemInformation
00034         {
00035             CString m_computerName;         
00036             CString m_userName;             
00037             CString m_osVersion;            
00038             CString m_processorString;      
00039             long m_major;                   
00040             long m_minor;                   
00041             long m_build;                   
00042             long m_cpuSpeed;                
00043             long m_numberOfProcessors;      
00044         };
00045     }
00046 }
00047 #endif  // End of SSystemInformation.hpp

Infinity API - SSystemInformation.hpp Source File generated on 7 Mar 2007