KF_REDIRECTION_CAPABILITIES Enumeration |
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum KF_REDIRECTION_CAPABILITIES
Members
| Member name | Value | Description |
---|
| KF_REDIRECTION_CAPABILITIES_ALLOW_ALL | 255 |
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_REDIRECTABLE | 1 |
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_ALL | 1048320 |
Redirection is not allowed.
|
| KF_REDIRECTION_CAPABILITIES_DENY_POLICY_REDIRECTED | 256 |
The folder cannot be redirected because it is already redirected by group policy.
|
| KF_REDIRECTION_CAPABILITIES_DENY_POLICY | 512 |
The folder cannot be redirected because the policy prohibits redirecting this folder.
|
| KF_REDIRECTION_CAPABILITIES_DENY_PERMISSIONS | 1024 |
The folder cannot be redirected because the calling application does not have sufficient permissions.
|
See Also