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

/bind-9.11.3/bin/win32/BINDInstall/
H A DVersionInfo.cpp24 HANDLE hFile; local
33 hFile = FindFirstFile(filename, &fd);
34 if(hFile == INVALID_HANDLE_VALUE)
40 FindClose(hFile);
H A DBINDInstallDlg.cpp875 HANDLE hFile; local
877 hFile = FindFirstFile(file, &findData);
878 rc = hFile != INVALID_HANDLE_VALUE;
887 rc = FindNextFile(hFile, &findData);
889 FindClose(hFile);

Completed in 20 milliseconds