CCustomAppWiz::CopyTemplate

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.

virtual void CopyTemplate( LPCTSTR lpszInput, DWORD dwSize, OutputStream* pOutput );

Parameters

lpszInput

A pointer, returned by CCustomAppWiz::LoadTemplate, to a custom resource template.

dwSize

The size of the custom resource template. Provided by the LoadTemplate function’s rdwSize argument.

pOutput

A pointer to the stream that represents the destination of the output from CCustomAppWiz::CopyTemplate.

Remarks

CopyTemplate copies a binary template (a type of custom resource template) verbatim into the end user’s project.

See Also   Class Members, CCustomAppWiz::LoadTemplate, CCustomAppWiz::ProcessTemplate, CCustomAppWiz::PostProcessTemplate, Understanding Custom Resource Templates, Understanding Binary Templates