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