Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 934 Bytes

atlcreatewnddata-structure.md

File metadata and controls

40 lines (29 loc) · 934 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: _AtlCreateWndData Structure
_AtlCreateWndData Structure
11/04/2016
ATL::_AtlCreateWndData
ATL._AtlCreateWndData
_AtlCreateWndData
_AtlCreateWndData structure
AtlCreateWndData structure
76ed5382-bfbf-4b8b-8a29-912688dfd2ae

_AtlCreateWndData Structure

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

See also

Classes and structs