Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.22 KB

atl-win-module70-structure.md

File metadata and controls

48 lines (34 loc) · 1.22 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: _ATL_WIN_MODULE70 Structure
_ATL_WIN_MODULE70 Structure
11/04/2016
_ATL_WIN_MODULE70
ATL::_ATL_WIN_MODULE70
ATL._ATL_WIN_MODULE70
_ATL_WIN_MODULE70 structure
ATL_WIN_MODULE70 structure
a0aaf3ea-ca77-46ec-bd53-4dfb61dffbea

_ATL_WIN_MODULE70 Structure

Used by windowing code in ATL.

Syntax

struct _ATL_WIN_MODULE70 {
    UNIT cbSize;
    CRITICAL_SECTION m_csWindowCreate;
    _AtlCreateWndData* m_pCreateWndList;
    CSimpleArray<ATOM> m_rgWindowClassAtoms;
};

Members

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.

Remarks

_ATL_WIN_MODULE is defined as a typedef of _ATL_WIN_MODULE70.

Requirements

Header: atlbase.h

See also

Classes and structs