Type Alias IMECHARPOSITION

Source
pub type IMECHARPOSITION = tagIMECHARPOSITION;

Aliased Type§

struct IMECHARPOSITION {
    pub dwSize: u32,
    pub dwCharPos: u32,
    pub pt: tagPOINT,
    pub cLineHeight: u32,
    pub rcDocument: tagRECT,
}

Fields§

§dwSize: u32§dwCharPos: u32§pt: tagPOINT§cLineHeight: u32§rcDocument: tagRECT