Type Alias windows_sys::Win32::Media::Multimedia::CAPWAVECALLBACK

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.