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.
AtlAxWinInit
This function initializes ATL's control hosting code by registering the "AtlAxWin80" and "AtlAxWinLic80" window classes plus a couple of custom window messages.
Important |
|---|
This function cannot be used in applications that execute in the Windows Runtime. |
ATLAPI_(BOOL) AtlAxWinInit( );
Nonzero if the initialization of the control hosting code was successful; otherwise FALSE.
This function must be called before using the ATL control hosting API. Following a call to this function, the "AtlAxWin" window class can be used in calls to CreateWindow or CreateWindowEx, as described in the Windows SDK.
For more details on when to call this function, see When Do I Need To Call AtlAxWinInit?
Requirements
Header: atlhost.h
Show:
