AtlAxWinTerm
This function uninitializes ATL's control hosting code by unregistering the "AtlAxWin80" and "AtlAxWinLic80" window classes.
Important
This function cannot be used in applications that execute in the Windows Runtime.
inline BOOL AtlAxWinTerm( );
Return Value
Always returns TRUE.
Remarks
This function simply calls UnregisterClass as described in the Windows SDK.
Call this function to clean up after all existing host windows have been destroyed if you called AtlAxWinInit and you no longer need to create host windows. If you don't call this function, the window class will be unregistered automatically when the process terminates.
Requirements
Header: atlhost.h
See Also
Reference
Concepts
Composite Control Fundamentals