webview2_com_sys::Windows::Win32::UI::Shell

Function SHBindToFolderIDListParentEx

Source
pub unsafe fn SHBindToFolderIDListParentEx<'a>(
    psfroot: impl IntoParam<'a, IShellFolder>,
    pidl: *mut ITEMIDLIST,
    ppbc: impl IntoParam<'a, IBindCtx>,
    riid: *const Guid,
    ppv: *mut *mut c_void,
    ppidllast: *mut *mut ITEMIDLIST,
) -> Result<()>