VCWizCtlClass::SetErrorInfo Method (String^, UInt32, UInt32, String^, String^)
Visual Studio 2015
Sets error text for the specified item.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
public: virtual void SetErrorInfo( String^ bstrDescription, unsigned int ulHRESULT = 0, unsigned int dwReserved = 0, String^ bstrHelpKeyword = "0", String^ bstrSource = "0" )
Parameters
- bstrDescription
-
Type:
System::String^
A string containing a description of the error.
- ulHRESULT
-
Type:
System::UInt32
The status code returned by the wizard.
- dwReserved
-
Type:
System::UInt32
Reserved.
- bstrHelpKeyword
-
Type:
System::String^
The keyword to attach to a help button on the message box
- bstrSource
-
Type:
System::String^
A string containing the name of the error source.
Show: