C Functions Exported by MFCAPWZ.DLL
| 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 .
These functions, implemented in MFCAPWZ.DLL, provide communication services between your custom AppWizard and MFCAPWZ.DLL.
Exported C Functions
GetDialog | Gets a pointer to the specified standard MFC AppWizard step. This function is called by a custom AppWizard that uses one of the standard sequences of MFC AppWizard steps. |
SetCustomAppWizClass | Provides a pointer to your custom AppWizard’s CCustomAppWiz class. |
SetNumberOfSteps | Sets the number of steps in your custom AppWizard. |
ScanForAvailableLanguages | Scans for all of the localized resource DLLs, those with names described by APPWZ*.DLL, found in the Microsoft Visual Studio\Common\msdev98\bin\ide directory. |
SetSupportedLanguages | Sets the languages that a custom AppWizard supports, which may be different from the localized resource DLLs found in the Microsoft Visual Studio\Common\msdev98\bin\ide directory. |
See Also GetDialog, SetCustomAppWizClass, CCustomAppWiz, SetNumberOfSteps, ScanForAvailableLanguages, SetSupportedLanguages