NativeFileIO.PARTITION_INFORMATION.FTPartitionSubType Property |
If this partition entry represents a Windows NT fault tolerant partition, such as mirror or stripe,
set, then this property returns partition subtype, such as PARTITION_IFS for NTFS or HPFS
partitions.
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntaxpublic NativeFileIO.PARTITION_INFORMATION.PARTITION_TYPE FTPartitionSubType { get; }
Public ReadOnly Property FTPartitionSubType As NativeFileIO.PARTITION_INFORMATION.PARTITION_TYPE
Get
public:
property NativeFileIO.PARTITION_INFORMATION.PARTITION_TYPE FTPartitionSubType {
NativeFileIO.PARTITION_INFORMATION.PARTITION_TYPE get ();
}
member FTPartitionSubType : NativeFileIO.PARTITION_INFORMATION.PARTITION_TYPE with get
Property Value
Type:
NativeFileIO.PARTITION_INFORMATION.PARTITION_TYPE
If this partition entry represents a Windows NT fault tolerant partition, such as mirror or stripe,
set, then this property returns partition subtype, such as PARTITION_IFS for NTFS or HPFS
partitions.
Return Value
Type:
NativeFileIO.PARTITION_INFORMATION.PARTITION_TYPEIf this partition entry represents a Windows NT fault tolerant partition, such as mirror or
stripe, set, then this property returns partition subtype, such as PARTITION_IFS for NTFS or HPFS
partitions.
See Also