Lines Matching refs:hSearch
2343 HANDLE hSearch = INVALID_HANDLE_VALUE; in SetupCopyOEMInfW() local
2430 hSearch = FindFirstFileW(pFullFileName, &FindFileData); in SetupCopyOEMInfW()
2431 if (hSearch != INVALID_HANDLE_VALUE) in SetupCopyOEMInfW()
2458 } while (!AlreadyExists && FindNextFileW(hSearch, &FindFileData)); in SetupCopyOEMInfW()
2460 FindClose(hSearch); in SetupCopyOEMInfW()
2461 hSearch = INVALID_HANDLE_VALUE; in SetupCopyOEMInfW()
2490 hSearch = FindFirstFileW(pFullFileName, &FindFileData); in SetupCopyOEMInfW()
2491 if (hSearch == INVALID_HANDLE_VALUE) in SetupCopyOEMInfW()
2507 } while (FindNextFileW(hSearch, &FindFileData)); in SetupCopyOEMInfW()
2559 if (hSearch != INVALID_HANDLE_VALUE) in SetupCopyOEMInfW()
2560 FindClose(hSearch); in SetupCopyOEMInfW()