DRIVE_LAYOUT_INFORMATION_MBR structure (winioctl.h)

Provides information about a drive's master boot record (MBR) partitions.

Syntax

typedef struct _DRIVE_LAYOUT_INFORMATION_MBR {
  DWORD Signature;
  DWORD CheckSum;
} DRIVE_LAYOUT_INFORMATION_MBR, *PDRIVE_LAYOUT_INFORMATION_MBR;

Members

Signature

The signature of the drive.

CheckSum

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header winioctl.h (include Windows.h)

See also

DRIVE_LAYOUT_INFORMATION_EX

DRIVE_LAYOUT_INFORMATION_GPT

IOCTL_DISK_GET_DRIVE_LAYOUT_EX

IOCTL_DISK_SET_DRIVE_LAYOUT_EX