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

Function SHCreateItemFromRelativeName

Source
pub unsafe fn SHCreateItemFromRelativeName<'a, T: Interface>(
    psiparent: impl IntoParam<'a, IShellItem>,
    pszname: impl IntoParam<'a, PWSTR>,
    pbc: impl IntoParam<'a, IBindCtx>,
) -> Result<T>