IVsDetermineWizardTrust.IsWizardRunning(Int32) Method

Definition

Indicates whether a wizard is currently running (between initiated and completed).

public:
 int IsWizardRunning([Runtime::InteropServices::Out] int % pfWizardRunning);
int IsWizardRunning([Runtime::InteropServices::Out] int & pfWizardRunning);
public int IsWizardRunning (out int pfWizardRunning);
abstract member IsWizardRunning : int -> int
Public Function IsWizardRunning (ByRef pfWizardRunning As Integer) As Integer

Parameters

pfWizardRunning
Int32

[out] Set to true if the wizard is currently running, otherwise false.

Returns

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

Applies to