pub type CPINFOEXA = _cpinfoexA;Aliased Type§
#[repr(C)]pub 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]