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