Searched refs:hFindPatches (Results 1 – 1 of 1) sorted by relevance
480 HANDLE hFindPatches = FindFirstFile( pPattern, &aFindFileData ); in GetPatches() local482 if ( hFindPatches != INVALID_HANDLE_VALUE ) in GetPatches()487 while ( FindNextFile( hFindPatches, &aFindFileData ) ) in GetPatches()496 FindClose( hFindPatches ); in GetPatches()
Completed in 299 milliseconds