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


Public Member Functions | |
| 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 Attributes | |
| static GUID | m_libid |
Private Member Functions | |
| HRESULT | CommonInitRegistrar (CRegObject ®istrar, WCHAR *modulePath, DWORD modulePathCount, struct _ATL_REGMAP_ENTRY *pMapEntries) |
Additional Inherited Members | |
Public Attributes inherited from ATL::_ATL_MODULE70 | |
| UINT | cbSize |
| LONG | m_nLockCnt |
| _ATL_TERMFUNC_ELEM * | m_pTermFuncs |
| CComCriticalSection | m_csStaticDataInitAndTypeInfo |
|
inline |
|
pure virtual |
Implemented in ATL::CAtlModuleT< T >, ATL::CAtlModuleT< CComModule >, ATL::CAtlModuleT< CAtlObjMapModule >, and ATL::CAtlModuleT< CCleanMgrModule >.
Referenced by CommonInitRegistrar().
|
inlineprivate |
Definition at line 534 of file atlbase.h.
Referenced by UpdateRegistryFromResource().
|
inlinevirtual |
Definition at line 472 of file atlbase.h.
Referenced by ATL::CComModule::DllCanUnloadNow().
|
inlinevirtual |
Reimplemented in ATL::CAtlExeModuleT< T >, ATL::CAtlExeModuleT< CAtlObjMapModule >, and ATL::CAtlExeModuleT< CCleanMgrModule >.
|
inlinevirtual |
Reimplemented in ATL::CAtlExeModuleT< T >, ATL::CAtlExeModuleT< CAtlObjMapModule >, and ATL::CAtlExeModuleT< CCleanMgrModule >.
|
inline |
Definition at line 489 of file atlbase.h.
Referenced by DllRegisterServer(), DllUnregisterServer(), and UpdateRegistryFromResource().
|
inline |
Definition at line 515 of file atlbase.h.
|
static |
Definition at line 462 of file atlbase.h.
Referenced by ATL::CComModule::Init().