Click or drag to resize

NativeFileIOPARTITION_INFORMATIONFTPartitionSubType 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)
Syntax
public NativeFileIOPARTITION_INFORMATIONPARTITION_TYPE FTPartitionSubType { get; }

Property Value

Type: NativeFileIOPARTITION_INFORMATIONPARTITION_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: NativeFileIOPARTITION_INFORMATIONPARTITION_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.
See Also