Searched defs:linkpath (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp1423 TCHAR linkpath[MAX_PATH]; local
1449 n = snprintf(linkpath, sizeof(linkpath), "%s\\BINDCtrl.lnk", path);
1467 MultiByteToWideChar(CP_ACP, 0, linkpath, -1, wsz, MAX_PATH);
1482 n = snprintf(linkpath, sizeof(linkpath), "%s\\Readme.lnk", path);
1483 if (n < 0 || (size_t)n >= sizeof(linkpath)) {
1494 MultiByteToWideChar(CP_ACP, 0, linkpath, -1, wsz, MAX_PATH);

Completed in 10 milliseconds