webview2_com::Windows::Win32::UI::Controls

Function DPA_Sort

Source
pub unsafe fn DPA_Sort<'a>(
    hdpa: *mut _DPA,
    pfncompare: Option<unsafe extern "system" fn(_: *const c_void, _: *const c_void, _: LPARAM) -> i32>,
    lparam: impl IntoParam<'a, LPARAM>,
) -> BOOL