Struct windows_sys::Win32::Graphics::Gdi::BITMAPFILEHEADER
[−]#[repr(C, packed(2))]pub struct BITMAPFILEHEADER {
pub bfType: u16,
pub bfSize: u32,
pub bfReserved1: u16,
pub bfReserved2: u16,
pub bfOffBits: u32,
}Expand description
Required features: ‘Win32_Graphics_Gdi’
Fields
bfType: u16bfSize: u32bfReserved1: u16bfReserved2: u16bfOffBits: u32