Type Alias CAPSTATUSCALLBACKW
pub type CAPSTATUSCALLBACKW = Option<unsafe extern "system" fn(hwnd: HWND, nid: i32, lpsz: PCWSTR) -> LRESULT>;Aliased Type§
pub enum CAPSTATUSCALLBACKW {
None,
Some(unsafe extern "system" fn(HWND, i32, PCWSTR) -> LRESULT),
}