inline BOOL AtlAxWinTerm( );
Return Value
Always returns TRUE.
Remarks
Uninitializes the AxWin hosting code by unregistering the window class used by CAxWindow. This function simply calls UnregisterClass as described in the Platform SDK.
Call this global function when a process that has called AtlAxWinInit has finished using the containment functionality.
ATL Macros, Symbols, and Global Functions
See Also