COM Library
Namespaces | Functions | Variables
ComUtils.cpp File Reference

COM utility functions. More...

#include "Common.hpp"
#include "ComUtils.hpp"
#include <WCL/RegKey.hpp>
#include <Core/AnsiWide.hpp>
#include <Core/BadLogicException.hpp>

Namespaces

namespace  COM
 

The COM Library namespace.


Functions

tstring COM::FormatGUID (const GUID &rGUID)
 Format the GUID as a string in Registry format.
tstring COM::LookupCLSID (const CLSID &rCLSID)
 Find the human readable name for the class ID.
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.

Detailed Description

COM utility functions.

Author:
Chris Oldwood