IVsDetermineWizardTrust.GetWizardTrustLevel(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.