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