Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual C++
Reference
Libraries Reference
ATL
Classes
CAtlComModule Class
Methods
 CAtlComModule::RegisterServer
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
ATL Library Reference 
CAtlComModule::RegisterServer 

Call this method to update the system registry for each object in the object map.

HRESULT RegisterServer(
   BOOL bRegTypeLib = FALSE,
   const CLSID* pCLSID = NULL 
);

Parameters

bRegTypeLib

TRUE if the type library is to be registered. The default value is FALSE.

pCLSID

Points to the CLSID of the object to be registered. If NULL (the default value), all objects in the object map will be registered.

Returns S_OK on success, or an error HRESULT on failure.

Calls the global function AtlComModuleRegisterServer.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker