إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
This structure contains class instance data in windowing code in ATL.
Syntax
struct _AtlCreateWndData{
void* m_pThis;
DWORD m_dwThreadID;
_AtlCreateWndData* m_pNext;
};
Members
m_pThis
The this pointer used to get access to the class instance in window procedures.
m_dwThreadID
The thread ID of the current class instance.
m_pNext
Pointer to the next _AtlCreateWndData object.
Requirements
Header: atlbase.h