SetErrorInfo
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at SetErrorInfo.
Called by OnWizFinish and CanUseFileName to provide current error information.
Syntax
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
Customizing C++ Wizards with Common JScript Functions
JScript Functions for C++ Wizards
Creating a Custom Wizard
Designing a Wizard