pub type EMRGLSBOUNDEDRECORD = tagEMRGLSBOUNDEDRECORD;Aliased Type§
#[repr(C)]pub struct EMRGLSBOUNDEDRECORD {
pub emr: tagEMR,
pub rclBounds: _RECTL,
pub cbData: u32,
pub Data: [u8; 1],
}Fields§
§emr: tagEMR§rclBounds: _RECTL§cbData: u32§Data: [u8; 1]