| description | Learn more about: _AtlCreateWndData Structure | |||
|---|---|---|---|---|
| title | _AtlCreateWndData Structure | |||
| ms.date | 11/04/2016 | |||
| f1_keywords |
|
|||
| helpviewer_keywords |
|
|||
| ms.assetid | 76ed5382-bfbf-4b8b-8a29-912688dfd2ae |
This structure contains class instance data in windowing code in ATL.
struct _AtlCreateWndData{
void* m_pThis;
DWORD m_dwThreadID;
_AtlCreateWndData* m_pNext;
};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.
Header: atlbase.h