__VSSETTINGSCOMPLETIONSTATUS 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.
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
Name | Value | Description |
---|---|---|
vsSettingsCompletionStatusNotStarted | 0 | Specifies the profile process was not started. |
vsSettingsCompletionStatusSuccess | 0 | Specifies the profile process was successful. |
vsSettingsCompletionStatusIncomplete | 1 | Specifies the profile process was incomplete. |
vsSettingsCompletionStatusComplete | 2 | Specifies the profile process was completed. |
vsSettingsCompletionStatusStateMask | 15 | Specifies a mask that can be used to get or set only the state information. |
vsSettingsCompletionStatusWarnings | 16 | Specifies the profile process contained warnings. |
vsSettingsCompletionStatusErrors | 32 | Specifies the profile process contained errors. |
vsSettingsCompletionStatusSuccessMask | 240 | Specifies a mask that can be used to get or set only the status information. |
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.