windows::Win32::UI::Shell

Function SHBindToFolderIDListParent

pub unsafe fn SHBindToFolderIDListParent<P0, T>(
    psfroot: P0,
    pidl: *const ITEMIDLIST,
    ppidllast: Option<*mut *mut ITEMIDLIST>,
) -> Result<T>
where P0: Param<IShellFolder>, T: Interface,