Function windows_sys::Win32::Graphics::Gdi::FloodFill
pub unsafe extern "system" fn FloodFill(
hdc: HDC,
x: i32,
y: i32,
color: COLORREF
) -> BOOL
Expand description
Required features: "Win32_Graphics_Gdi"
, "Win32_Foundation"