Function windows::Win32::System::WindowsProgramming::DCICreateOffscreen
pub unsafe fn DCICreateOffscreen<P0>(
hdc: P0,
dwcompression: u32,
dwredmask: u32,
dwgreenmask: u32,
dwbluemask: u32,
dwwidth: u32,
dwheight: u32,
dwdcicaps: u32,
dwbitcount: u32,
lplpsurface: *mut *mut DCIOFFSCREEN,
) -> i32where
P0: Param<HDC>,