The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CAtlWinModule::AddCreateWndData
This method initializes and adds an _AtlCreateWndData structure.
void AddCreateWndData(
_AtlCreateWndData* pData,
void* pObject
);
- pData
Pointer to the _AtlCreateWndData structure to be initialized and added to the current module.
- pObject
Pointer to an object's this pointer.
This method calls AtlWinModuleAddCreateWndData which initializes an _AtlCreateWndData structure. This structure will store the this pointer, used to obtain the class instance in window procedures.
Requirements
Header: atlbase.h
Show: