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

/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DVersionInfo.cpp22 HANDLE hFile; local
31 hFile = FindFirstFile(filename, &fd);
32 if(hFile == INVALID_HANDLE_VALUE)
38 FindClose(hFile);
H A DBINDInstallDlg.cpp681 HANDLE hFile; local
683 hFile = FindFirstFile(file, &findData);
684 rc = hFile != INVALID_HANDLE_VALUE;
693 rc = FindNextFile(hFile, &findData);
695 FindClose(hFile);

Completed in 29 milliseconds