MONITORENUMPROC

Type Alias MONITORENUMPROC 

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut HMONITOR__, *mut HDC__, *mut tagRECT, i64) -> i32)

Some value of type T.