Click or drag to resize

NativeFileIOPARTITION_INFORMATION Structure

Namespace:  Arsenal.ImageMounter.IO
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public struct PARTITION_INFORMATION

The NativeFileIOPARTITION_INFORMATION type exposes the following members.

Properties
  NameDescription
Public propertyBootIndicator
Public propertyFTPartitionSubType
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.
Public propertyHiddenSectors
Public propertyIsContainerPartition
Indicates whether this partition entry represents a container partition, also known as extended partition, where an extended partition table can be found in first sector.
Public propertyIsFTPartition
Indicates whether this partition entry represents a Windows NT fault tolerant partition, such as mirror or stripe set.
Public propertyPartitionLength
Public propertyPartitionNumber
Public propertyPartitionType
Public propertyRecognizedPartition
Public propertyRewritePartition
Public propertyStartingOffset
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also