Searched refs:hFindPatches (Results 1 – 1 of 1) sorted by relevance
495 HANDLE hFindPatches = FindFirstFile( pPattern, &aFindFileData ); in GetPatches() local497 if ( hFindPatches != INVALID_HANDLE_VALUE ) in GetPatches()502 while ( FindNextFile( hFindPatches, &aFindFileData ) ) in GetPatches()511 FindClose( hFindPatches ); in GetPatches()