Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[The FileSystemFlags property is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Returns flags describing the file system of a storage class resource partition.
This property is read-only.
Syntax
ClusPartition.FileSystemFlags
Property value
Long that receives the file system flags of the partition. The following flags are valid.
FS_CASE_IS_PRESERVED (0x00000002)
The file system preserves the case of file names when it places a name on the storage class resource.
FS_CASE_SENSITIVE (0x00000001)
The file system supports case-sensitive file names.
FS_UNICODE_STORED_ON_DISK (0x00000004)
The file system supports Unicode in file names as they appear on storage class resource.
FS_PERSISTENT_ACLS (0x00000008)
The file system preserves and enforces access control lists (ACLs).
Requirements
| Minimum supported client |
None supported |
| Minimum supported server |
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
| Header |
|
| IDL |
|
| Type library |
|
| DLL |
|
| IID |
IID_ISClusPartition is defined as F2E60720-2631-11D1-89F1-00A0C90D061E |