|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <atlbase.h>


Public Member Functions | |
| HRESULT | RegisterServer (BOOL bRegTypeLib=FALSE, const CLSID *pCLSID=NULL) |
| HRESULT | UnregisterServer (BOOL bUnRegTypeLib, const CLSID *pCLSID=NULL) |
| virtual HRESULT | AddCommonRGSReplacements (IRegistrarBase *pRegistrar) |
Public Member Functions inherited from ATL::CAtlModule | |
| CAtlModule () | |
| virtual LONG | GetLockCount () |
| virtual LONG | Lock () |
| virtual LONG | Unlock () |
| virtual HRESULT | AddCommonRGSReplacements (IRegistrarBase *)=0 |
| HRESULT WINAPI | UpdateRegistryFromResource (LPCTSTR lpszRes, BOOL bRegister, struct _ATL_REGMAP_ENTRY *pMapEntries=NULL) |
| HRESULT WINAPI | UpdateRegistryFromResource (UINT nResID, BOOL bRegister, struct _ATL_REGMAP_ENTRY *pMapEntries=NULL) |
Static Public Member Functions | |
| static LPCOLESTR | GetAppId () |
Additional Inherited Members | |
Public Attributes inherited from ATL::_ATL_MODULE70 | |
| UINT | cbSize |
| LONG | m_nLockCnt |
| _ATL_TERMFUNC_ELEM * | m_pTermFuncs |
| CComCriticalSection | m_csStaticDataInitAndTypeInfo |
Static Public Attributes inherited from ATL::CAtlModule | |
| static GUID | m_libid |
|
inlinevirtual |
Implements ATL::CAtlModule.
Definition at line 586 of file atlbase.h.
|
inlinestatic |
| HRESULT ATL::CAtlModuleT< T >::RegisterServer | ( | BOOL | bRegTypeLib = FALSE, |
| const CLSID * | pCLSID = NULL |
||
| ) |
Definition at line 667 of file atlbase.h.
Referenced by ATL::CComModule::RegisterServer().
Definition at line 673 of file atlbase.h.
Referenced by ATL::CComModule::UnregisterServer().