SetCustomAppWizClass

HomeOverviewsHow Do IDetailsSample

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 Visual C++ Editions.

void SetCustomAppWizClass( CCustomAppWiz pAW );

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.

See Also   C Functions Exported by MFCAPWZ.DLL, CCustomAppWiz