CREATE_DISK_MBR structure (winioctl.h)

Contains information that the IOCTL_DISK_CREATE_DISK control code uses to initialize master boot record (MBR) disks.

Syntax

typedef struct _CREATE_DISK_MBR {
  DWORD Signature;
} CREATE_DISK_MBR, *PCREATE_DISK_MBR;

Members

Signature

The disk signature of the MBR disk to be initialized.

Remarks

The CREATE_DISK_MBR structure is part of the CREATE_DISK structure.

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

CREATE_DISK

CREATE_DISK_GPT

IOCTL_DISK_CREATE_DISK