Click or drag to resize

PLACEHOLDER_STATES Enumeration

Specifies the states that a placeholder file can have. Retrieve this value through the System.FilePlaceholderStatus (PKEY_FilePlaceholderStatus) property. Maps to Windows' PLACEHOLDER_STATES enumeration..

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum PLACEHOLDER_STATES
Members
  Member nameValueDescription
PS_NONE0 None of the other states apply at this time.
PS_MARKED_FOR_OFFLINE_AVAILABILITY1 May already be or eventually will be available offline.
PS_FULL_PRIMARY_STREAM_AVAILABLE2 The primary stream has been made fully available.
PS_CREATE_FILE_ACCESSIBLE4 The file is accessible through a call to the CreateFile function, without requesting the opening of reparse points.
PS_CLOUDFILE_PLACEHOLDER8 The file is a cloud file placeholder.
PS_DEFAULT7 A bitmask value for default flags.
PS_ALL15 A bitmask value for all valid PLACEHOLDER_STATES flags.
See Also