Searched refs:i_shell_link (Results 1 – 1 of 1) sorted by relevance
275 ScopedComPtr<IShellLink> i_shell_link; in ResolveShortcut() local279 result = i_shell_link.CreateInstance(CLSID_ShellLink, NULL, in ResolveShortcut()284 result = persist.QueryFrom(i_shell_link); in ResolveShortcut()291 result = i_shell_link->Resolve(0, SLR_NO_UI); in ResolveShortcut()293 result = i_shell_link->GetPath(temp_path, MAX_PATH, in ResolveShortcut()309 ScopedComPtr<IShellLink> i_shell_link; in CreateShortcutLink() local313 HRESULT result = i_shell_link.CreateInstance(CLSID_ShellLink, NULL, in CreateShortcutLink()319 result = i_persist_file.QueryFrom(i_shell_link); in CreateShortcutLink()323 if (FAILED(i_shell_link->SetPath(source))) in CreateShortcutLink()326 if (working_dir && FAILED(i_shell_link->SetWorkingDirectory(working_dir))) in CreateShortcutLink()[all …]