Home
last modified time | relevance | path

Searched refs:hFindPatches (Results 1 – 1 of 1) sorted by relevance

/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp480 HANDLE hFindPatches = FindFirstFile( pPattern, &aFindFileData ); in GetPatches() local
482 if ( hFindPatches != INVALID_HANDLE_VALUE ) in GetPatches()
487 while ( FindNextFile( hFindPatches, &aFindFileData ) ) in GetPatches()
496 FindClose( hFindPatches ); in GetPatches()

Completed in 24 milliseconds