| description | Learn more about: _ATL_WIN_MODULE70 Structure | |||
|---|---|---|---|---|
| title | _ATL_WIN_MODULE70 Structure | |||
| ms.date | 11/04/2016 | |||
| f1_keywords |
|
|||
| helpviewer_keywords |
|
|||
| ms.assetid | a0aaf3ea-ca77-46ec-bd53-4dfb61dffbea |
Used by windowing code in ATL.
struct _ATL_WIN_MODULE70 {
UNIT cbSize;
CRITICAL_SECTION m_csWindowCreate;
_AtlCreateWndData* m_pCreateWndList;
CSimpleArray<ATOM> m_rgWindowClassAtoms;
};cbSize
The size of the structure, used for versioning.
m_csWindowCreate
Used to serialize access to window registration code. Used internally by ATL.
m_pCreateWndList
Used to bind windows to their objects. Used internally by ATL.
m_rgWindowClassAtoms
Used to track window class registrations so that they can be properly unregistered at termination. Used internally by ATL.
_ATL_WIN_MODULE is defined as a typedef of _ATL_WIN_MODULE70.
Header: atlbase.h