Click or drag to resize

OnDemandOpenCompletionFlags Enumeration

Flags set by the NotifyFileOpenCompletion method.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum OnDemandOpenCompletionFlags
Members
  Member nameValueDescription
None0 No flags.
PlaceholderUnknown1 Set if the placeholder metadata is corrupted.
PlaceholderUnsupported2 Set if the placeholder metadata is not supported.
See Also