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; }
Public ReadOnly Property FTPartitionSubType As NativeFileIOPARTITION_INFORMATIONPARTITION_TYPE
Get
public:
property NativeFileIOPARTITION_INFORMATIONPARTITION_TYPE FTPartitionSubType {
NativeFileIOPARTITION_INFORMATIONPARTITION_TYPE get ();
}
member FTPartitionSubType : NativeFileIOPARTITION_INFORMATIONPARTITION_TYPE with 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_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