Type Alias windows::Win32::Media::Multimedia::CAPSTATUSCALLBACKA
pub type CAPSTATUSCALLBACKA = Option<unsafe extern "system" fn(hwnd: HWND, nid: i32, lpsz: PCSTR) -> LRESULT>;
Aliased Type§
enum CAPSTATUSCALLBACKA {
None,
Some(unsafe extern "system" fn(_: HWND, _: i32, _: PCSTR) -> LRESULT),
}