Information
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.

AtlWinModuleExtractCreateWndData

 

Call this function to extract an existing _AtlCreateWndData structure.

System_CAPS_importantImportant

This function cannot be used in applications that execute in the Windows Runtime.


      ATLINLINE ATLAPI_(void*) AtlWinModuleExtractCreateWndData(
_ATL_WIN_MODULE* pWinModule
);

pWinModule

Pointer to a module's _ATL_WIN_MODULE70 structure.

Returns a pointer to the _AtlCreateWndData structure.

This function will extract an existing _AtlCreateWndData structure from the list referenced by a module's _ATL_WIN_MODULE70 structure.

Requirements

Header: atlbase.h

Show: