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