ReactOS 0.4.16-dev-92-g0c2cdca
|
#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 >, and ATL::CAtlModuleT< CAtlObjMapModule >.
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 >, and ATL::CAtlExeModuleT< CAtlObjMapModule >.
|
inlinevirtual |
Reimplemented in ATL::CAtlExeModuleT< T >, and ATL::CAtlExeModuleT< CAtlObjMapModule >.
|
inline |
Definition at line 489 of file atlbase.h.
Referenced by DllRegisterServer(), and DllUnregisterServer().
|
inline |
Definition at line 515 of file atlbase.h.
|
static |
Definition at line 462 of file atlbase.h.
Referenced by ATL::CComModule::Init().