Type Alias COMPOSITIONFORM

Source
pub type COMPOSITIONFORM = tagCOMPOSITIONFORM;

Aliased Type§

struct COMPOSITIONFORM {
    pub dwStyle: u32,
    pub ptCurrentPos: tagPOINT,
    pub rcArea: tagRECT,
}

Fields§

§dwStyle: u32§ptCurrentPos: tagPOINT§rcArea: tagRECT