AtlAxWinInit

ATLAPI_(BOOL) AtlAxWinInit( );

Return Value

TRUE, if the registration of the control was successful; otherwise FALSE.

Remarks

Initializes the AxWin hosting code.

You must call this global function first by any process that uses the containment functionality.

This global function registers the window class as ATLAXWin so it can be used in calls to CreateWindow or CreateWindowEx, as described in the Platform SDK.

ATL Macros and Global Functions

See Also

Composite Control Fundamentals