CREATE_DISK_GPT

Type Alias CREATE_DISK_GPT 

Source
pub type CREATE_DISK_GPT = _CREATE_DISK_GPT;

Aliased Type§

#[repr(C)]
pub struct CREATE_DISK_GPT { pub DiskId: _GUID, pub MaxPartitionCount: u32, }

Fields§

§DiskId: _GUID§MaxPartitionCount: u32