Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Note
The Active Template Library (ATL) continues to be supported. However, we're no longer adding features or updating the documentation.
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