Click or drag to resize

PRJ_UPDATE_FAILURE_CAUSES Enumeration

Descriptions for the reason an update failed. Maps to Windows' PRJ_UPDATE_FAILURE_CAUSES enumeration..

Namespace:  ShellBoost.Core.ProjFS
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public enum PRJ_UPDATE_FAILURE_CAUSES
Members
  Member nameValueDescription
PRJ_UPDATE_FAILURE_CAUSE_NONE0 The update did not fail.
PRJ_UPDATE_FAILURE_CAUSE_DIRTY_METADATA1 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_DATA2 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_TOMBSTONE4 The item was a tombstone and the provider did not specify PRJ_UPDATE_ALLOW_TOMBSTONE in PRJ_UPDATE_TYPES.
PRJ_UPDATE_FAILURE_CAUSE_READ_ONLY8 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