Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CREATE_DISK_MBR structure (ntdddisk.h)

The CREATE_DISK_MBR structure is used with the IOCTL IOCTL_DISK_CREATE_DISK to initialize a disk with an empty MBR partition table.

Syntax

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

Members

Signature

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

Requirements

Requirement Value
Header ntdddisk.h (include Ntdddisk.h)

See also

CREATE_DISK

IOCTL_DISK_CREATE_DISK


Feedback

Was this page helpful?

Additional resources