#include "Common.hpp"
#include <WCL/RegKey.hpp>
#include <Core/AnsiWide.hpp>
#include <stdexcept>
Namespaces | |
| namespace | COM |
Functions | |
| std::tstring | COM::FormatGUID (const GUID &rGUID) |
| Format the GUID as a string in Registry format. | |
| std::tstring | COM::LookupCLSID (const CLSID &rCLSID) |
| Find the human readable name for the class ID. | |
| std::tstring | COM::LookupIID (const IID &rIID) |
| Find the human readable name for the interface ID. | |
Variables | |
| const size_t | COM::MAX_GUID_CHARS = 38 |
| The maximum length of a string GUID. | |
1.5.2