Click or drag to resize
ImDiskAPIGetPartitionInformation Method
Overload List
  NameDescription
Public methodStatic memberGetPartitionInformation(String, UInt32)
Parses partition table entries from a master boot record and extended partition table record, if any.
Public methodStatic memberGetPartitionInformation(IntPtr, DLLImDiskReadFileManagedProc, UInt32)
Parses partition table entries from a master boot record and extended partition table record, if any.
Public methodStatic memberGetPartitionInformation(IntPtr, DLLImDiskReadFileUnmanagedProc, UInt32)
Parses partition table entries from a master boot record and extended partition table record, if any.
Public methodStatic memberGetPartitionInformation(Stream, UInt32, Int64)
Parses partition table entries from a master boot record and extended partition table record, if any.
Public methodStatic memberGetPartitionInformation(String, UInt32, Int64)
Parses partition table entries from a master boot record and extended partition table record, if any.
Public methodStatic memberGetPartitionInformation(IntPtr, DLLImDiskReadFileManagedProc, UInt32, Int64)
Parses partition table entries from a master boot record and extended partition table record, if any.
Public methodStatic memberGetPartitionInformation(IntPtr, DLLImDiskReadFileUnmanagedProc, UInt32, Int64)
Parses partition table entries from a master boot record and extended partition table record, if any.
Top
See Also