pub type CAPWAVECALLBACK = Option<unsafe extern "system" fn(hwnd: HWND, lpwhdr: *const WAVEHDR) -> LRESULT>;
Expand description

Required features: "Win32_Foundation", "Win32_Media_Audio"

Aliased Type§

enum CAPWAVECALLBACK {
    None,
    Some(unsafe extern "system" fn(_: isize, _: *const WAVEHDR) -> isize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: isize, _: *const WAVEHDR) -> isize)

Some value of type T.