This global function 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.
At a Glance
Header file: | Atliface.h |
Windows CE versions: | 2.10 and later |
Complete documentation: | Visual C++ documentation |
Syntax
ATLAPI_(BOOL) AtlAxWinInit( );
See Also