IVsDetermineWizardTrust.GetWizardTrustLevel(UInt32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Recupera o nível de confiança do assistente que está sendo executado no momento.
public:
int GetWizardTrustLevel([Runtime::InteropServices::Out] System::UInt32 % pdwWizardTrustLevel);
int GetWizardTrustLevel([Runtime::InteropServices::Out] unsigned int & pdwWizardTrustLevel);
public int GetWizardTrustLevel (out uint pdwWizardTrustLevel);
abstract member GetWizardTrustLevel : uint32 -> int
Public Function GetWizardTrustLevel (ByRef pdwWizardTrustLevel As UInteger) As Integer
Parâmetros
- pdwWizardTrustLevel
- UInt32
fora O nível de confiança do assistente.
Retornos
Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.