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 .
WriteLine(LPCTSTRlpsz );
Parameters
lpsz
Points to a null-termintated string that is a custom resource template.
Remarks
Writes the text pointed to by lpsz, up to and including the first newline character (\n), to an output stream, usually an open file or, in the case of CONFIRM.INF, the display window of the New Project Information dialog box.
CCustomAppWiz::ProcessTemplate parses custom resource templates line by line and calls WriteLine to write each processed line (which can appear as text, source code, or resource script statements) to the output stream specified in the argument list of ProcessTemplate.
See Also OutputStream Overview, Class Members, CCustomAppWiz::LoadTemplate, CCustomAppWiz::ProcessTemplate, CCustomAppWiz::CopyTemplate, OutputStream::WriteBlock