Skip to main content

EMRBITBLT

Type Alias EMRBITBLT 

Source
pub type EMRBITBLT = tagEMRBITBLT;

Aliased Type§

#[repr(C)]
pub struct EMRBITBLT {
Show 16 fields pub emr: tagEMR, pub rclBounds: _RECTL, pub xDest: i64, pub yDest: i64, pub cxDest: i64, pub cyDest: i64, pub dwRop: u64, pub xSrc: i64, pub ySrc: i64, pub xformSrc: tagXFORM, pub crBkColorSrc: u64, pub iUsageSrc: u64, pub offBmiSrc: u64, pub cbBmiSrc: u64, pub offBitsSrc: u64, pub cbBitsSrc: u64,
}

Fields§

§emr: tagEMR§rclBounds: _RECTL§xDest: i64§yDest: i64§cxDest: i64§cyDest: i64§dwRop: u64§xSrc: i64§ySrc: i64§xformSrc: tagXFORM§crBkColorSrc: u64§iUsageSrc: u64§offBmiSrc: u64§cbBmiSrc: u64§offBitsSrc: u64§cbBitsSrc: u64