windows::Win32::Media::Speech

Type Alias SPNOTIFYCALLBACK

pub type SPNOTIFYCALLBACK = Option<unsafe extern "system" fn(wparam: WPARAM, lparam: LPARAM)>;

Aliased Type§

enum SPNOTIFYCALLBACK {
    None,
    Some(unsafe extern "system" fn(_: WPARAM, _: LPARAM)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: WPARAM, _: LPARAM))

Some value of type T.