WMI Library
|
The C++ version of the Win32_OperatingSystem WMI class. More...
#include <Win32_OperatingSystem.hpp>
Public Member Functions | |
Win32_OperatingSystem (IWbemClassObjectPtr object) | |
Construction from the underlying COM object. | |
virtual | ~Win32_OperatingSystem () |
Destructor. | |
CDateTime | LastBootUpTime () const |
Operating system was last booted. | |
tstring | Name () const |
Operating system instance within a computer system. | |
Static Public Attributes | |
static const tchar * | WMI_CLASS_NAME = TXT("Win32_OperatingSystem") |
The WMI class name this type mirrors. |
The C++ version of the Win32_OperatingSystem WMI class.
Construction from the underlying COM object.
WMI::Win32_OperatingSystem::~Win32_OperatingSystem | ( | ) | [virtual] |
Destructor.
CDateTime WMI::Win32_OperatingSystem::LastBootUpTime | ( | ) | const [inline] |
Operating system was last booted.
tstring WMI::Win32_OperatingSystem::Name | ( | ) | const [inline] |
Operating system instance within a computer system.
const tchar * WMI::Win32_OperatingSystem::WMI_CLASS_NAME = TXT("Win32_OperatingSystem") [static] |
The WMI class name this type mirrors.