Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
| Overviews | How Do I | Details |
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