Home | History | Annotate | Download | only in win

Lines Matching full:targetpath

509     WCHAR targetPath[MAX_PATH];
510 DWORD targetPathLen = _countof(targetPath);
511 if (FAILED(shortcut->GetPath(targetPath, targetPathLen, 0, 0)))
513 if (!PathFileExists(targetPath))
516 path = wstring(targetPath);