Type Alias MSGBOXCALLBACK

Source
pub type MSGBOXCALLBACK = Option<unsafe extern "C" fn(lpHelpInfo: LPHELPINFO)>;

Aliased Type§

enum MSGBOXCALLBACK {
    None,
    Some(unsafe extern "C" fn(_: *mut tagHELPINFO)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut tagHELPINFO))

Some value of type T.