Lines Matching defs:commonPath
1418 void CBINDInstallDlg::ProgramGroupCreate(TCHAR *commonPath) {
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) {
1512 n = snprintf(path, sizeof(path), "%s\\ISC\\BIND", commonPath);
1539 n = snprintf(path, sizeof(path), "%s\\ISC", commonPath);
1548 TCHAR commonPath[MAX_PATH];
1567 hr = SHGetPathFromIDList(itemList, commonPath);
1571 ProgramGroupCreate(commonPath);
1573 ProgramGroupRemove(commonPath);