IVsDetermineWizardTrust.IsWizardRunning(Int32) 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.
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.