webview2_com_sys::Windows::Win32::UI::WindowsAndMessaging

Function DrawIconEx

Source
pub unsafe fn DrawIconEx<'a>(
    hdc: impl IntoParam<'a, HDC>,
    xleft: i32,
    ytop: i32,
    hicon: impl IntoParam<'a, HICON>,
    cxwidth: i32,
    cywidth: i32,
    istepifanicur: u32,
    hbrflickerfreedraw: impl IntoParam<'a, HBRUSH>,
    diflags: DI_FLAGS,
) -> BOOL