Home | History | Annotate | Download | only in win

Lines Matching full:targetpath

673     WCHAR targetPath[MAX_PATH];
674 DWORD targetPathLen = _countof(targetPath);
675 if (FAILED(shortcut->GetPath(targetPath, targetPathLen, 0, 0)))
677 if (!PathFileExists(targetPath))
680 path = wstring(targetPath);