Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method initializes and adds an _AtlCreateWndData structure.
void AddCreateWndData(
_AtlCreateWndData* pData,
void* pObject
);
Parameters
pData
Pointer to the _AtlCreateWndData structure to be initialized and added to the current module.pObject
Pointer to an object's this pointer.
Remarks
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
See Also
Reference
CAtlWinModule::ExtractCreateWndData