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.
Flags that define the capabilities of the storage module.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public enum _FsrmStorageModuleCaps
public enum class _FsrmStorageModuleCaps
type _FsrmStorageModuleCaps
Public Enumeration _FsrmStorageModuleCaps
Members
| Member name | Description | |
|---|---|---|
| FsrmStorageModuleCaps_CanGet | The storage module is allowed to retrieve classification properties. |
|
| FsrmStorageModuleCaps_CanHandleDirectories | The storage module is allowed to handle folders. Only secure properties (FsrmPropertyDefinitionFlags_Secure flags set on the PropertyDefinitionFlags property) can be stored unless FsrmStorageModuleCaps_CanHandleFiles is also specified. Windows Server 2008 R2: This storage module capability is not supported before Windows Server 2012. |
|
| FsrmStorageModuleCaps_CanHandleFiles | The storage module is allowed to handle files. Windows Server 2008 R2: This storage module capability is not supported before Windows Server 2012. |
|
| FsrmStorageModuleCaps_CanSet | The storage module is allowed to store classification properties. |
|
| FsrmStorageModuleCaps_Unknown | The storage module's capabilities are unknown. Do not use this value. |
See Also
Capabilities
Microsoft.Storage Namespace
Return to top