Type Definition windows_sys::Win32::UI::Controls::PFNDACOMPARE
pub type PFNDACOMPARE = Option<unsafe extern "system" fn(p1: *const c_void, p2: *const c_void, lparam: LPARAM) -> i32>;Expand description
Required features: "Win32_UI_Controls", "Win32_Foundation"