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 .
The following macros are set from the Document Template Strings tab of the Step 4 Advanced Options dialog box.
| Macro | Type | Description |
| DOC | text | The value in the Doc type name text box. |
| DOC_FILENEW | text | The document's File New string. |
| DOC_FILTER | text | The document's (Win32) filter string. |
| DOC_REGID | text | The value entered in the File Type Name text box. |
| DOC_REGNAME | text | The document's registration database name. |
| HAS_SUFFIX | BOOL | Whether the application has a document suffix (extension) specified. |
| TITLE | text | The caption string for an application’s main title bar or, in a dialog-based application, the dialog’s title. |
| SUFFIX | text | If HAS_SUFFIX is defined, SUFFIX is the user-specified document suffix for the application. |
See Also Standard AppWizard Macros, The Dictionary, CCustomAppwiz::ProcessTemplate, CCustomAppwiz::PostProcessTemplate, How Macros Get Their Values