SetErrorInfo

Called by OnWizFinish and CanUseFileName to provide current error information.

function SetErrorInfo( 
   oErrorObj 
);

Parameters

  • oErrorObj
    The error object.

Remarks

Called by OnWizFinish and CanUseFileName to provide current error information. See SetErrorInfo in the Visual C++ Wizard Model documentation for more information.

See Also

Tasks

Creating a Custom Wizard

Concepts

Customizing C++ Wizards with Common JScript Functions

Designing a Wizard

Other Resources

JScript Functions for C++ Wizards