AdrClientDisplayFlags enumeration (fsrmenums.h)
Describes the possible types of access denied remediation (ADR) client display flags.
Syntax
typedef enum _AdrClientDisplayFlags {
AdrClientDisplayFlags_AllowEmailRequests = 0x1,
AdrClientDisplayFlags_ShowDeviceTroubleshooting = 0x2
} AdrClientDisplayFlags;
Constants
AdrClientDisplayFlags_AllowEmailRequests Value: 0x1 Indicates whether to send the user an email after an ADR event. |
AdrClientDisplayFlags_ShowDeviceTroubleshooting Value: 0x2 Indicates whether to show the user the offending device claims. |
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) |