_FsrmStorageModuleCaps Enumeration
Flags that define the capabilities of the storage module.
Assembly: srmlib (in srmlib.dll)
| 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. |