DiskStreamGetVBRPartitionLength Method |
Get partition length as indicated by VBR. Valid for volumes with formatted file system.
Namespace:
Arsenal.ImageMounter
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public Nullable<long> GetVBRPartitionLength()
Public Function GetVBRPartitionLength As Nullable(Of Long)
public:
Nullable<long long> GetVBRPartitionLength()
member GetVBRPartitionLength : unit -> Nullable<int64>
Return Value
Type:
NullableInt64See Also