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.
Contains data used by every ATL module.
Syntax
struct _ATL_MODULE70 {
UINT cbSize;
LONG m_nLockCnt;
_ATL_TERMFUNC_ELEM* m_pTermFuncs;
CComCriticalSection m_csStaticDataInitAndTypeInfo;
};
Members
cbSize
The size of the structure, used for versioning.
m_nLockCnt
Reference count to determine how long the module should stay alive.
m_pTermFuncs
Tracks functions that have been registered to be called when ATL shuts down.
m_csStaticDataInitAndTypeInfo
Used to coordinate access to internal data in multithreaded situations.
Remarks
_ATL_MODULE is defined as a typedef of _ATL_MODULE70.
Requirements
Header: atlbase.h