The FsrmFileScreenFlags enumeration defines bitmasks for possible states of the file screen objects in the File Server Resource Manager Protocol.
typedef enum _FsrmFileScreenFlags
{
FsrmFileScreenFlags_Enforce = 0x00000001
} FsrmFileScreenFlags;
FsrmFileScreenFlags_Enforce: If this bitmask is set as part of the fileScreenFlags member of a IFsrmFileScreenBase object, the server fails any I/O operation that violates the file screen. If not set, the server does not fail operations that violate the file screen but still run actions associated with the file screen.