Share via


wizardResult Enum

Definition

A constant specifying the results of the wizard.

C++/CX
public enum class wizardResult
Inheritance
wizardResult
Attributes

Fields

Name Value Description
wizardResultSuccess -1

The wizard started successfully.

wizardResultFailure 0

The wizard failed to start.

wizardResultCancel 1

The wizard's startup was canceled.

wizardResultBackOut 2

The user clicked the wizard's Back button, nullifying the changes made.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022