Searched refs:i_shell_link (Results 1 – 1 of 1) sorted by relevance
376 base::win::ScopedComPtr<IShellLink> i_shell_link; in ResolveShortcut() local380 result = i_shell_link.CreateInstance(CLSID_ShellLink, NULL, in ResolveShortcut()385 result = persist.QueryFrom(i_shell_link); in ResolveShortcut()392 result = i_shell_link->Resolve(0, SLR_NO_UI); in ResolveShortcut()394 result = i_shell_link->GetPath(temp_path, MAX_PATH, in ResolveShortcut()416 base::win::ScopedComPtr<IShellLink> i_shell_link; in CreateShortcutLink() local420 HRESULT result = i_shell_link.CreateInstance(CLSID_ShellLink, NULL, in CreateShortcutLink()426 result = i_persist_file.QueryFrom(i_shell_link); in CreateShortcutLink()430 if (FAILED(i_shell_link->SetPath(source))) in CreateShortcutLink()433 if (working_dir && FAILED(i_shell_link->SetWorkingDirectory(working_dir))) in CreateShortcutLink()[all …]