Searched defs:commonPath (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/bin/win32/BINDInstall/ |
H A D | BINDInstallDlg.cpp | 1418 void CBINDInstallDlg::ProgramGroupCreate(TCHAR *commonPath) { argument 1427 n = snprintf(path, sizeof(path), "%s\\ISC", commonPath); 1432 n = snprintf(path, sizeof(path), "%s\\ISC\\BIND", commonPath); 1505 void CBINDInstallDlg::ProgramGroupRemove(TCHAR *commonPath) { argument 1512 n = snprintf(path, sizeof(path), "%s\\ISC\\BIND", commonPath); 1539 n = snprintf(path, sizeof(path), "%s\\ISC", commonPath); 1548 TCHAR commonPath[MAX_PATH]; local 1567 hr = SHGetPathFromIDList(itemList, commonPath); 1571 ProgramGroupCreate(commonPath); 1573 ProgramGroupRemove(commonPath); [all...] |
Completed in 14 milliseconds