Type Alias userBITMAP

Source
pub type userBITMAP = _userBITMAP;

Aliased Type§

struct userBITMAP {
    pub bmType: i32,
    pub bmWidth: i32,
    pub bmHeight: i32,
    pub bmWidthBytes: i32,
    pub bmPlanes: u16,
    pub bmBitsPixel: u16,
    pub cbSize: u32,
    pub pBuffer: [u8; 1],
}

Fields§

§bmType: i32§bmWidth: i32§bmHeight: i32§bmWidthBytes: i32§bmPlanes: u16§bmBitsPixel: u16§cbSize: u32§pBuffer: [u8; 1]