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

Function SHCreateItemWithParent

Source
pub unsafe fn SHCreateItemWithParent<'a, T: Interface>(
    pidlparent: *mut ITEMIDLIST,
    psfparent: impl IntoParam<'a, IShellFolder>,
    pidl: *mut ITEMIDLIST,
) -> Result<T>