Type Definition windows_sys::Win32::Graphics::Gdi::DRAWSTATEPROC
pub type DRAWSTATEPROC = Option<unsafe extern "system" fn(hdc: HDC, ldata: LPARAM, wdata: WPARAM, cx: i32, cy: i32) -> BOOL>;Expand description
Required features: "Win32_Graphics_Gdi", "Win32_Foundation"