IVCWizCtlUI.SetErrorInfo(String, UInt32, UInt32, String, String) Método

Definição

Define o texto de erro para o item especificado.

void SetErrorInfo(std::wstring const & bstrDescription, unsigned int ulHRESULT = 0, unsigned int dwReserved = 0, std::wstring const & bstrHelpKeyword = "0", std::wstring const & bstrSource = "0");
[System.Runtime.InteropServices.DispId(1610743839)]
public void SetErrorInfo (string bstrDescription, uint ulHRESULT = 0, uint dwReserved = 0, string bstrHelpKeyword = "0", string bstrSource = "0");
[<System.Runtime.InteropServices.DispId(1610743839)>]
abstract member SetErrorInfo : string * uint32 * uint32 * string * string -> unit
Public Sub SetErrorInfo (bstrDescription As String, Optional ulHRESULT As UInteger = 0, Optional dwReserved As UInteger = 0, Optional bstrHelpKeyword As String = "0", Optional bstrSource As String = "0")

Parâmetros

bstrDescription
String

Uma cadeia de caracteres que contém uma descrição do erro.

ulHRESULT
UInt32

O código de status retornado pelo assistente.

dwReserved
UInt32

Reservado.

bstrHelpKeyword
String

A palavra-chave a ser anexada a um botão de ajuda na caixa de mensagem

bstrSource
String

Uma cadeia de caracteres que contém o nome da origem do erro.

Atributos

Aplica-se a