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

/bind-9.11.3/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp1506 HANDLE hFind; local
1520 hFind = FindFirstFile(filename, &fd);
1521 if (hFind != INVALID_HANDLE_VALUE) {
1531 } while (FindNextFile(hFind, &fd));
1532 FindClose(hFind);

Completed in 14 milliseconds