GRAYSTRINGPROC

Type Alias GRAYSTRINGPROC 

Source
pub type GRAYSTRINGPROC = Option<unsafe extern "C" fn(arg1: HDC, arg2: LPARAM, arg3: c_int) -> BOOL>;

Aliased Type§

pub enum GRAYSTRINGPROC {
    None,
    Some(unsafe extern "C" fn(*mut HDC__, i64, i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.