Home | History | Annotate | Download | only in win

Lines Matching refs:shortcut

5 #include "base/win/shortcut.h"
25 // If |shortcut| is not NULL, loads |shortcut| into |i_persist_file|.
29 const wchar_t* shortcut,
37 (shortcut && FAILED((*i_persist_file)->Load(shortcut, STGM_READWRITE)))) {
59 // Interfaces to the old shortcut when replacing an existing shortcut.
63 // Interfaces to the shortcut being created/updated.
77 // Confirm |shortcut_path| exists and is a shortcut by verifying
79 // so, initialize the interfaces to begin writing a new shortcut (to
88 // Return false immediately upon failure to initialize shortcut interfaces.
147 // Release the interfaces to the old shortcut to make sure it doesn't prevent
207 // Try to find the target of a shortcut.
311 bool TaskbarPinShortcutLink(const wchar_t* shortcut) {
318 int result = reinterpret_cast<int>(ShellExecute(NULL, L"taskbarpin", shortcut,
323 bool TaskbarUnpinShortcutLink(const wchar_t* shortcut) {
331 shortcut, NULL, NULL, 0));