Type Alias windows_sys::Win32::Media::Multimedia::CAPERRORCALLBACKW
pub type CAPERRORCALLBACKW = Option<unsafe extern "system" fn(hwnd: HWND, nid: i32, lpsz: PCWSTR) -> LRESULT>;
Aliased Type§
enum CAPERRORCALLBACKW {
None,
Some(unsafe extern "system" fn(_: *mut c_void, _: i32, _: *const u16) -> isize),
}