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

/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp1284 HANDLE hFind = FindFirstFile(filename, &fd); local
1285 if (hFind != INVALID_HANDLE_VALUE) {
1291 } while (FindNextFile(hFind, &fd));
1292 FindClose(hFind);

Completed in 240 milliseconds