Struct windows_sys::Win32::UI::Controls::BP_PAINTPARAMS
[−]#[repr(C)]pub struct BP_PAINTPARAMS {
pub cbSize: u32,
pub dwFlags: BP_PAINTPARAMS_FLAGS,
pub prcExclude: *mut RECT,
pub pBlendFunction: *mut BLENDFUNCTION,
}Expand description
Required features: ‘Win32_UI_Controls’, ‘Win32_Foundation’, ‘Win32_Graphics_Gdi’
Fields
cbSize: u32dwFlags: BP_PAINTPARAMS_FLAGSprcExclude: *mut RECTpBlendFunction: *mut BLENDFUNCTION