IVsDetermineWizardTrust.GetWizardTrustLevel(UInt32) Method

Definition

Retrieves the trust level of the currently-running wizard.

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

Parameters

pdwWizardTrustLevel
UInt32

[out] The trust level of the wizard.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to