Click or drag to resize
ImDiskAPIBuildInMemoryMBR Method
Overload List
  NameDescription
Public methodStatic memberBuildInMemoryMBR(DISK_GEOMETRY, PARTITION_INFORMATION)
This function builds a Master Boot Record, MBR, in memory. The MBR will contain a default Initial Program Loader, IPL, which could be used to boot an operating system partition when the MBR is written to a disk.
Public methodStatic memberBuildInMemoryMBR(DISK_GEOMETRY, PARTITION_INFORMATION, Byte)
This function builds a Master Boot Record, MBR, in memory. The MBR will contain a default Initial Program Loader, IPL, which could be used to boot an operating system partition when the MBR is written to a disk.
Top
See Also