COM Library
Namespaces | Functions
RegUtils.hpp File Reference

Functions for use in registering and unregistering COM objects. More...

Namespaces

namespace  COM
 

The COM Library namespace.


Functions

void COM::RegisterCLSID (const ServerRegInfo &rSvrInfo, const CLSID &rCLSID, const tstring &strClass, const tstring &strVersion, ThreadingModel eModel)
 Register a CLSID.
void COM::UnregisterCLSID (const ServerRegInfo &rSvrInfo, const CLSID &rCLSID, const tstring &strClass, const tstring &strVersion)
 Unregister a CLSID.
void COM::RegisterTypeLib (const tstring &strFile)
 Register a type library.
void COM::UnregisterTypeLib (const GUID &rLIBID, ushort nMajor, ushort nMinor)
 Unregister a type library.
void COM::RegisterMonikerPrefix (const tstring &strPrefix, const tstring &strClass, const CLSID &rCLSID)
void COM::UnregisterMonikerPrefix (const tstring &strPrefix)

Detailed Description

Functions for use in registering and unregistering COM objects.

Author:
Chris Oldwood