다음을 통해 공유


_FsrmFileScreenFlags Enumeration

 

Defines the options for failing IO operations that violate a file screen.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

public enum _FsrmFileScreenFlags
public enum class _FsrmFileScreenFlags
type _FsrmFileScreenFlags
Public Enumeration _FsrmFileScreenFlags

Members

Member name Description
FsrmFileScreenFlags_Enforce

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.

See Also

FileScreenFlags
Microsoft.Storage Namespace

Return to top