Type Alias CREATE_DISK_GPT

Source
pub type CREATE_DISK_GPT = _CREATE_DISK_GPT;

Aliased Type§

struct CREATE_DISK_GPT {
    pub DiskId: _GUID,
    pub MaxPartitionCount: u32,
}

Fields§

§DiskId: _GUID§MaxPartitionCount: u32