Click or drag to resize

OnDemandCloseCompletionFlags Enumeration

Flags set by the NotifyFileCloseCompletion method.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum OnDemandCloseCompletionFlags
Members
  Member nameValueDescription
None0 No flags.
Deleted1 Set if a placeholder is deleted as a result of the close.
See Also