Share via


CCustomAppWiz::ExitCustomAppWiz

OverviewsHow Do IDetails

Feature Only in Professional and Enterprise Editions   Creating a Custom AppWizard is supported only in Visual C++ Professional and Enterprise Editions. For more information, see .

virtual void ExitCustomAppWiz();

Remarks

AppWizard (MFCAPWZ.DLL) calls ExitCustomAppWiz just before it unloads your custom AppWizard from memory. Use ExitCustomAppWiz to perform any cleanup necessary, such as deallocating instances of each of your custom AppWizard’s CAppWizStepDlg-derived steps. The base-class version of ExitCustomAppWiz does nothing.

See Also   Class Members, CCustomAppWiz::InitCustomAppwiz