ReactOS
0.4.15-dev-2344-g8ddbfde
|
#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 | |
![]() | |
UINT | cbSize |
LONG | m_nLockCnt |
_ATL_TERMFUNC_ELEM * | m_pTermFuncs |
CComCriticalSection | m_csStaticDataInitAndTypeInfo |
|
pure virtual |
Implemented in ATL::CAtlModuleT< T >, and ATL::CAtlModuleT< CComModule >.
Referenced by CommonInitRegistrar().
|
inlineprivate |
Definition at line 484 of file atlbase.h.
Referenced by UpdateRegistryFromResource().
|
inlinevirtual |
Reimplemented in ATL::CAtlExeModuleT< T >.
Definition at line 427 of file atlbase.h.
Reimplemented in ATL::CAtlExeModuleT< T >.
Definition at line 432 of file atlbase.h.
|
inline |
Definition at line 439 of file atlbase.h.
Referenced by DllRegisterServer(), and DllUnregisterServer().
|
inline |
Definition at line 465 of file atlbase.h.
|
static |
Definition at line 412 of file atlbase.h.
Referenced by ATL::CComModule::Init().