Click or drag to resize

KF_REDIRECTION_CAPABILITIES Enumeration

Flags that specify the current redirection capabilities of a known folder. Maps to Windows' KF_REDIRECTION_CAPABILITIES enumeration..

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum KF_REDIRECTION_CAPABILITIES
Members
  Member nameValueDescription
KF_REDIRECTION_CAPABILITIES_ALLOW_ALL255 The folder can be redirected if any of the bits in the lower byte of the value are set but no DENY flag is set. DENY flags are found in the upper byte of the value.
KF_REDIRECTION_CAPABILITIES_REDIRECTABLE1 The folder can be redirected. Currently, redirection exists for only common and user folders; fixed and virtual folders cannot be redirected.
KF_REDIRECTION_CAPABILITIES_DENY_ALL1048320 Redirection is not allowed.
KF_REDIRECTION_CAPABILITIES_DENY_POLICY_REDIRECTED256 The folder cannot be redirected because it is already redirected by group policy.
KF_REDIRECTION_CAPABILITIES_DENY_POLICY512 The folder cannot be redirected because the policy prohibits redirecting this folder.
KF_REDIRECTION_CAPABILITIES_DENY_PERMISSIONS1024 The folder cannot be redirected because the calling application does not have sufficient permissions.
See Also