AtlAxWinTerm

This function uninitializes ATL's control hosting code by unregistering the "AtlAxWin80" and "AtlAxWinLic80" window classes.

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

AtlAxWinInit

Concepts

Composite Control Fundamentals

Other Resources

Composite Control Global Functions