Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
| 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 .
void SetCustomAppWizClass(CCustomAppWizpAW );
Parameters
pAW
Points to your CCustomAppWiz class.
Remarks
Called in the DLLMain function of your custom AppWizard to provide MFCAPWZ.DLL with a pointer to your custom AppWizard’s CCustomAppWiz class. The communication services between MFCAPWZ.DLL and your custom AppWizard that are provided by the CCustomAppWiz member functions occur through pAW. The code that calls SetCustomAppWizClass is automatically generated when you use the Custom AppWizard project type to generate your custom AppWizard.