Type Alias MONITORENUMPROC

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

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.