PRJ_UPDATE_FAILURE_CAUSES Enumeration |
Namespace:
ShellBoost.Core.ProjFS
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public enum PRJ_UPDATE_FAILURE_CAUSES
Members
| Member name | Value | Description |
---|
| PRJ_UPDATE_FAILURE_CAUSE_NONE | 0 |
The update did not fail.
|
| PRJ_UPDATE_FAILURE_CAUSE_DIRTY_METADATA | 1 |
The item was a dirty placeholder (hydrated or not), and the provider did not specify PRJ_UPDATE_ALLOW_DIRTY_METADATA in PRJ_UPDATE_TYPES.
|
| PRJ_UPDATE_FAILURE_CAUSE_DIRTY_DATA | 2 |
The item was a full file and the provider did not specify PRJ_UPDATE_ALLOW_DIRTY_DATA in PRJ_UPDATE_TYPES.
|
| PRJ_UPDATE_FAILURE_CAUSE_TOMBSTONE | 4 |
The item was a tombstone and the provider did not specify PRJ_UPDATE_ALLOW_TOMBSTONE in PRJ_UPDATE_TYPES.
|
| PRJ_UPDATE_FAILURE_CAUSE_READ_ONLY | 8 |
The item had the DOS read-only bit set and the provider did not specify PRJ_UPDATE_ALLOW_READ_ONLY in PRJ_UPDATE_TYPES.
|
See Also