AtlWinModuleExtractCreateWndData

 

Call this function to extract an existing _AtlCreateWndData structure.

Important

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

Syntax

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

Parameters

Return Value

Returns a pointer to the _AtlCreateWndData structure.

Remarks

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

Requirements

Header: atlbase.h

See Also

WinModule Global Functions
AtlWinModuleAddCreateWndData