Home | History | Annotate | Download | only in base

Lines Matching refs:destination

406 bool CreateShortcutLink(const wchar_t *source, const wchar_t *destination,
454 result = i_persist_file->Save(destination, TRUE);
458 bool UpdateShortcutLink(const wchar_t *source, const wchar_t *destination,
478 if (FAILED(i_persist_file->Load(destination, STGM_READWRITE)))
505 HRESULT result = i_persist_file->Save(destination, TRUE);