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 .
virtual void PostProcessTemplate( LPCTSTR szTemplate );
Parameters
szTemplate
A pointer to a template.
Remarks
If you override CCustomAppWiz::LoadTemplate to load a custom resource template into memory (one that isn’t stored in the MFC AppWizard’s DLLs or your custom AppWizard’s DLL), PostProcessTemplate provides a convenient place for you to deallocate the custom resource template’s memory. MFCAPWZ.DLL calls PostProcessTemplate after it finishes parsing a custom resource template.
See Also CCustomAppWiz Overview, Class Members, Understanding Custom Resource Templates, CCustomAppWiz::LoadTemplate, CCustomAppWiz::CopyTemplate, CCustomAppWiz::ProcessTemplate