wizardResult Enum
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.
A constant specifying the results of the wizard.
public enum class wizardResult
public enum class wizardResult
enum wizardResult
[System.Runtime.InteropServices.Guid("D920605A-11DD-4A12-A8DC-10578BB08606")]
public enum wizardResult
[<System.Runtime.InteropServices.Guid("D920605A-11DD-4A12-A8DC-10578BB08606")>]
type wizardResult =
Public Enum wizardResult
- Inheritance
-
wizardResult
- Attributes
Fields
wizardResultBackOut | 2 | The user clicked the wizard's Back button, nullifying the changes made. |
wizardResultCancel | 1 | The wizard's startup was canceled. |
wizardResultFailure | 0 | The wizard failed to start. |
wizardResultSuccess | -1 | The wizard started successfully. |