Type Alias windows_sys::Win32::Media::Multimedia::CAPERRORCALLBACKA
pub type CAPERRORCALLBACKA = Option<unsafe extern "system" fn(hwnd: HWND, nid: i32, lpsz: PCSTR) -> LRESULT>;
Expand description
Required features: "Win32_Foundation"
Aliased Type§
enum CAPERRORCALLBACKA {
None,
Some(unsafe extern "system" fn(_: isize, _: i32, _: *const u8) -> isize),
}