Searched refs:hFind (Results 1 – 1 of 1) sorted by relevance
1227 HANDLE hFind = INVALID_HANDLE_VALUE; in KFW_cleanup_orphaned_caches() local1262 hFind = FindFirstFile("kfwlogon-*", &FindFileData); in KFW_cleanup_orphaned_caches()1263 if (hFind != INVALID_HANDLE_VALUE) { in KFW_cleanup_orphaned_caches()1269 } while ( FindNextFile(hFind, &FindFileData) ); in KFW_cleanup_orphaned_caches()1277 if (hFind != INVALID_HANDLE_VALUE) in KFW_cleanup_orphaned_caches()1278 FindClose(hFind); in KFW_cleanup_orphaned_caches()