Type Alias STGOPTIONS

Source
pub type STGOPTIONS = tagSTGOPTIONS;

Aliased Type§

struct STGOPTIONS {
    pub usVersion: u16,
    pub reserved: u16,
    pub ulSectorSize: u32,
    pub pwcsTemplateFile: *const u16,
}

Fields§

§usVersion: u16§reserved: u16§ulSectorSize: u32§pwcsTemplateFile: *const u16