pub type MONITORENUMPROC = Option<unsafe extern "C" fn(arg1: HMONITOR, arg2: HDC, arg3: LPRECT, arg4: LPARAM) -> BOOL>;
Aliased Type§
enum MONITORENUMPROC {
None,
Some(unsafe extern "C" fn(_: *mut HMONITOR__, _: *mut HDC__, _: *mut tagRECT, _: i64) -> i32),
}