$$//
| 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 .
Remarks
The ProcessTemplate function’s parser treats a line beginning with $$// as a comment. A comment can be preceded by just // when it appears after a directive on the same line. The following line is a comment:
$$// This line is a comment
The following line begins with an $$ENDIF directive and ends with a comment:
$$ENDIF //MACRO1
See Also Standard AppWizard Directives, CCustomAppwiz::ProcessTemplate, Standard AppWizard Directives, Standard MFC AppWizard Macros