Click or drag to resize

PRJ_STARTVIRTUALIZING_FLAGS Enumeration

Flags to provide when starting a virtualization instance. Maps to Windows' PRJ_STARTVIRTUALIZING_FLAGS enumeration..

Namespace:  ShellBoost.Core.ProjFS
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
[FlagsAttribute]
public enum PRJ_STARTVIRTUALIZING_FLAGS
Members
  Member nameValueDescription
PRJ_FLAG_NONE0 No flags.
PRJ_FLAG_USE_NEGATIVE_PATH_CACHE1 Specifies that ProjFS should maintain a "negative path cache" for the virtualization instance.
See Also