Type Alias EMRCOLORMATCHTOTARGET

Source
pub type EMRCOLORMATCHTOTARGET = tagCOLORMATCHTOTARGET;

Aliased Type§

struct EMRCOLORMATCHTOTARGET {
    pub emr: tagEMR,
    pub dwAction: u32,
    pub dwFlags: u32,
    pub cbName: u32,
    pub cbData: u32,
    pub Data: [u8; 1],
}

Fields§

§emr: tagEMR§dwAction: u32§dwFlags: u32§cbName: u32§cbData: u32§Data: [u8; 1]