Confdump Agent
1.4.0
|
#include <comdef.h>
#include <wbemidl.h>
#include "boost/type_traits/make_unsigned.hpp"
#include "Confdump/System/Wmi/errors.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Confdump |
All the Confdump-Agent code except main(). | |
namespace | Confdump::System |
namespace | Confdump::System::Wmi |
Everything required for the WMI dumper. | |
Functions | |
void | Confdump::System::Wmi::throwOnWmiError (HRESULT hr, QString action, QString element=QString()) |
Check hr for errors, throw if FAILED() | |
void | Confdump::System::Wmi::throwOnComError (HRESULT hr, QString action) |
Check hr for errors, throw if FAILED() |