Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates flags for indicating why an access denied remediation (ADR) client operation could not be performed.
Syntax
typedef enum _AdrClientFlags {
AdrClientFlags_None = 0,
AdrClientFlags_FailForLocalPaths = 0x1,
AdrClientFlags_FailIfNotSupportedByServer = 0x2,
AdrClientFlags_FailIfNotDomainJoined = 0x4
} AdrClientFlags;
Constants
AdrClientFlags_NoneValue: 0 No ADR client flags are specified. |
AdrClientFlags_FailForLocalPathsValue: 0x1 ADR client operations should fail when local paths are specified. |
AdrClientFlags_FailIfNotSupportedByServerValue: 0x2 ADR client operations should fail if the operation is not supported by the server. |
AdrClientFlags_FailIfNotDomainJoinedValue: 0x4 ADR client operations should fail if the computer is not joined to a domain. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2012 |
| Header | fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h) |