Type Definition windows_sys::Win32::Graphics::Gdi::MONITORENUMPROC
[−]pub type MONITORENUMPROC = Option<unsafe extern "system" fn(param0: HMONITOR, param1: HDC, param2: *mut RECT, param3: LPARAM) -> BOOL>;
Expand description
Required features: "Win32_Graphics_Gdi"
, "Win32_Foundation"