Home
last modified time | relevance | path

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

/AOO41X/main/desktop/win32/source/setup/
H A Dsetup.cpp495 HANDLE hFindPatches = FindFirstFile( pPattern, &aFindFileData ); in GetPatches() local
497 if ( hFindPatches != INVALID_HANDLE_VALUE ) in GetPatches()
502 while ( FindNextFile( hFindPatches, &aFindFileData ) ) in GetPatches()
511 FindClose( hFindPatches ); in GetPatches()