ReactOS 0.4.15-dev-7924-g5949c20
_ATL_MODULEA_TAG Struct Reference

#include <atlbase.h>

Collaboration diagram for _ATL_MODULEA_TAG:

Public Attributes

UINT cbSize
 
HINSTANCE m_hInst
 
HINSTANCE m_hInstResource
 
HINSTANCE m_hInstTypeLib
 
_ATL_OBJMAP_ENTRYAm_pObjMap
 
LONG m_nLockCnt
 
HANDLE m_hHeap
 
union {
   CRITICAL_SECTION   m_csTypeInfoHolder
 
   CRITICAL_SECTION   m_csStaticDataInit
 
u
 
CRITICAL_SECTION m_csWindowCreate
 
CRITICAL_SECTION m_csObjMap
 
DWORD dwAtlBuildVer
 
_AtlCreateWndDatam_pCreateWndList
 
BOOL m_bDestroyHeap
 
GUIDpguidVer
 
DWORD m_dwHeaps
 
HANDLEm_phHeaps
 
int m_nHeap
 
_ATL_TERMFUNC_ELEMm_pTermFuncs
 

Detailed Description

Definition at line 129 of file atlbase.h.

Member Data Documentation

◆ cbSize

UINT _ATL_MODULEA_TAG::cbSize

Definition at line 131 of file atlbase.h.

◆ dwAtlBuildVer

DWORD _ATL_MODULEA_TAG::dwAtlBuildVer

Definition at line 146 of file atlbase.h.

◆ m_bDestroyHeap

BOOL _ATL_MODULEA_TAG::m_bDestroyHeap

Definition at line 148 of file atlbase.h.

◆ m_csObjMap

CRITICAL_SECTION _ATL_MODULEA_TAG::m_csObjMap

Definition at line 144 of file atlbase.h.

◆ m_csStaticDataInit

CRITICAL_SECTION _ATL_MODULEA_TAG::m_csStaticDataInit

Definition at line 141 of file atlbase.h.

◆ m_csTypeInfoHolder

CRITICAL_SECTION _ATL_MODULEA_TAG::m_csTypeInfoHolder

Definition at line 140 of file atlbase.h.

◆ m_csWindowCreate

CRITICAL_SECTION _ATL_MODULEA_TAG::m_csWindowCreate

Definition at line 143 of file atlbase.h.

◆ m_dwHeaps

DWORD _ATL_MODULEA_TAG::m_dwHeaps

Definition at line 150 of file atlbase.h.

◆ m_hHeap

HANDLE _ATL_MODULEA_TAG::m_hHeap

Definition at line 137 of file atlbase.h.

◆ m_hInst

HINSTANCE _ATL_MODULEA_TAG::m_hInst

Definition at line 132 of file atlbase.h.

◆ m_hInstResource

HINSTANCE _ATL_MODULEA_TAG::m_hInstResource

Definition at line 133 of file atlbase.h.

◆ m_hInstTypeLib

HINSTANCE _ATL_MODULEA_TAG::m_hInstTypeLib

Definition at line 134 of file atlbase.h.

◆ m_nHeap

int _ATL_MODULEA_TAG::m_nHeap

Definition at line 152 of file atlbase.h.

◆ m_nLockCnt

LONG _ATL_MODULEA_TAG::m_nLockCnt

Definition at line 136 of file atlbase.h.

◆ m_pCreateWndList

_AtlCreateWndData* _ATL_MODULEA_TAG::m_pCreateWndList

Definition at line 147 of file atlbase.h.

◆ m_phHeaps

HANDLE* _ATL_MODULEA_TAG::m_phHeaps

Definition at line 151 of file atlbase.h.

◆ m_pObjMap

_ATL_OBJMAP_ENTRYA* _ATL_MODULEA_TAG::m_pObjMap

Definition at line 135 of file atlbase.h.

◆ m_pTermFuncs

_ATL_TERMFUNC_ELEM* _ATL_MODULEA_TAG::m_pTermFuncs

Definition at line 153 of file atlbase.h.

◆ pguidVer

GUID* _ATL_MODULEA_TAG::pguidVer

Definition at line 149 of file atlbase.h.

◆ 

union { ... } _ATL_MODULEA_TAG::u

The documentation for this struct was generated from the following file: