LPMMIOPROC

Type Alias LPMMIOPROC 

pub type LPMMIOPROC = Option<unsafe extern "system" fn(lpmmioinfo: PCSTR, umsg: u32, lparam1: LPARAM, lparam2: LPARAM) -> LRESULT>;

Aliased Type§

pub enum LPMMIOPROC {
    None,
    Some(unsafe extern "system" fn(PCSTR, u32, LPARAM, LPARAM) -> LRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(PCSTR, u32, LPARAM, LPARAM) -> LRESULT)

Some value of type T.