Lines Matching refs:hFind
727 HANDLE hFind = FindFirstFile(pattern, &ffd);
728 if (hFind == INVALID_HANDLE_VALUE) {
751 FindClose(hFind);
757 FindClose(hFind);
761 FindClose(hFind);
765 FindClose(hFind);
785 FindClose(hFind);
791 FindClose(hFind);
795 FindClose(hFind);
800 } while (FindNextFile(hFind, &ffd));
803 FindClose(hFind);
806 FindClose(hFind);