Function SHCreateItemFromRelativeName

Source
pub fn SHCreateItemFromRelativeName<T>(
    parent: &impl shell_IShellItem,
    name: &str,
    bind_ctx: Option<&impl ole_IBindCtx>,
) -> HrResult<T>
Available on crate feature shell only.
Expand description