__VSSETTINGSCOMPLETIONSTATUS Enum

Definition

Specifies additional information about errors that occurred during a profile import, export, or reset process.

public enum class __VSSETTINGSCOMPLETIONSTATUS
public enum class __VSSETTINGSCOMPLETIONSTATUS
enum __VSSETTINGSCOMPLETIONSTATUS
public enum __VSSETTINGSCOMPLETIONSTATUS
type __VSSETTINGSCOMPLETIONSTATUS = 
Public Enum __VSSETTINGSCOMPLETIONSTATUS
Inheritance
__VSSETTINGSCOMPLETIONSTATUS

Fields

vsSettingsCompletionStatusComplete 2

Specifies the profile process was completed.

vsSettingsCompletionStatusErrors 32

Specifies the profile process contained errors.

vsSettingsCompletionStatusIncomplete 1

Specifies the profile process was incomplete.

vsSettingsCompletionStatusNotStarted 0

Specifies the profile process was not started.

vsSettingsCompletionStatusStateMask 15

Specifies a mask that can be used to get or set only the state information.

vsSettingsCompletionStatusSuccess 0

Specifies the profile process was successful.

vsSettingsCompletionStatusSuccessMask 240

Specifies a mask that can be used to get or set only the status information.

vsSettingsCompletionStatusWarnings 16

Specifies the profile process contained warnings.

Remarks

This enumeration is a DWORD with two separate flags groups: the state (which occupies bits 0 through 3) and the status (which occupies bits 4 through 7). Bits 8 through 31 are currently unused.

Applies to