DRIVE_LAYOUT_INFORMATION_MBR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntdddisk.h

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

View the official Windows Driver Kit DDI reference
// winioctl.h

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

View the official Win32 API reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntdddisk-_drive_layout_information_mbr)

_DRIVE_LAYOUT_INFORMATION_MBR structure

Description

The DRIVE_LAYOUT_INFORMATION_MBR structure reports the drive signature for a Master Boot Record partition.

Members

Signature

Specifies the disk signature value, which uniquely identifies the disk.

CheckSum

Remarks

This structure contains the drive layout information that is specific to a drive with a Master Boot Record partition. It is contained within the DRIVE_LAYOUT_INFORMATION_EX structure.

See also

DRIVE_LAYOUT_INFORMATION_EX

IoReadPartitionTable

IoWritePartitionTable


Win32 API reference (ns-winioctl-drive_layout_information_mbr)

DRIVE_LAYOUT_INFORMATION_MBR structure

Description

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

Members

Signature

The signature of the drive.

CheckSum

See also

DRIVE_LAYOUT_INFORMATION_EX

DRIVE_LAYOUT_INFORMATION_GPT

IOCTL_DISK_GET_DRIVE_LAYOUT_EX

IOCTL_DISK_SET_DRIVE_LAYOUT_EX