Type Alias CPINFOEXA

Source
pub type CPINFOEXA = _cpinfoexA;

Aliased Type§

struct CPINFOEXA {
    pub MaxCharSize: u32,
    pub DefaultChar: [u8; 2],
    pub LeadByte: [u8; 12],
    pub UnicodeDefaultChar: u16,
    pub CodePage: u32,
    pub CodePageName: [i8; 260],
}

Fields§

§MaxCharSize: u32§DefaultChar: [u8; 2]§LeadByte: [u8; 12]§UnicodeDefaultChar: u16§CodePage: u32§CodePageName: [i8; 260]