Type Alias PRINTPAGERANGE

Source
pub type PRINTPAGERANGE = tagPRINTPAGERANGE;

Aliased Type§

struct PRINTPAGERANGE {
    pub nFromPage: u32,
    pub nToPage: u32,
}

Fields§

§nFromPage: u32§nToPage: u32