Click or drag to resize

PRJ_FILE_STATE Enumeration

The state of an item. Maps to Windows' PRJ_FILE_STATE enumeration..

Namespace:  ShellBoost.Core.ProjFS
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
[FlagsAttribute]
public enum PRJ_FILE_STATE
Members
  Member nameValueDescription
PRJ_FILE_STATE_UNKNOWN0 The state cannot be determined.
PRJ_FILE_STATE_PLACEHOLDER1 The item is a placeholder. The PRJ_FILE_STATE_FULL and PRJ_FILE_STATE_TOMBSTONE bits will not appear in combination with each other or any other bit.
PRJ_FILE_STATE_HYDRATED_PLACEHOLDER2 The item is a hydrated placeholder, i.e., the item's content has been written to disk.
PRJ_FILE_STATE_DIRTY_PLACEHOLDER4 The placeholder item's metadata has been modified.
PRJ_FILE_STATE_FULL8 The item is full.
PRJ_FILE_STATE_TOMBSTONE16 The item is a tombstone.
See Also