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