FsrmFileScreenFlags enumeration (fsrmenums.h)
Defines the options for failing IO operations that violate a file screen.
Syntax
typedef enum _FsrmFileScreenFlags {
FsrmFileScreenFlags_Enforce = 0x1
} FsrmFileScreenFlags;
Constants
FsrmFileScreenFlags_Enforce Value: 0x1 If this flag is set, the server will fail any IO operation that violates the file screen. If this flag is not set, the server will not fail violating IO operations but will still run any action associated with the file screen. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 |
Header | fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h) |