Function winapi::um::winuser::DrawIconEx
source · pub unsafe extern "system" fn DrawIconEx(
hdc: HDC,
xLeft: c_int,
yTop: c_int,
hIcon: HICON,
cxWidth: c_int,
cyWidth: c_int,
istepIfAniCur: UINT,
hbrFlickerFreeDraw: HBRUSH,
diFlags: UINT
) -> BOOL