PRJ_FILE_STATE Enumeration |
Namespace:
ShellBoost.Core.ProjFS
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum PRJ_FILE_STATE
Members
| Member name | Value | Description |
---|
| PRJ_FILE_STATE_UNKNOWN | 0 |
The state cannot be determined.
|
| PRJ_FILE_STATE_PLACEHOLDER | 1 |
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_PLACEHOLDER | 2 |
The item is a hydrated placeholder, i.e., the item's content has been written to disk.
|
| PRJ_FILE_STATE_DIRTY_PLACEHOLDER | 4 |
The placeholder item's metadata has been modified.
|
| PRJ_FILE_STATE_FULL | 8 |
The item is full.
|
| PRJ_FILE_STATE_TOMBSTONE | 16 |
The item is a tombstone.
|
See Also