Struct windows_sys::Win32::UI::WindowsAndMessaging::UPDATELAYEREDWINDOWINFO
#[repr(C)]pub struct UPDATELAYEREDWINDOWINFO {
pub cbSize: u32,
pub hdcDst: HDC,
pub pptDst: *const POINT,
pub psize: *const SIZE,
pub hdcSrc: HDC,
pub pptSrc: *const POINT,
pub crKey: COLORREF,
pub pblend: *const BLENDFUNCTION,
pub dwFlags: UPDATE_LAYERED_WINDOW_FLAGS,
pub prcDirty: *const RECT,
}Expand description
Required features: "Win32_UI_WindowsAndMessaging", "Win32_Foundation", "Win32_Graphics_Gdi"
Fields§
§cbSize: u32§hdcDst: HDC§pptDst: *const POINT§psize: *const SIZE§hdcSrc: HDC§pptSrc: *const POINT§crKey: COLORREF§pblend: *const BLENDFUNCTION§dwFlags: UPDATE_LAYERED_WINDOW_FLAGS§prcDirty: *const RECT