Searched refs:hFindFile (Results 1 – 2 of 2) sorted by relevance
258 HANDLE hFindFile; in statTimesToUtc() local265 hFindFile = FindFirstFileW(zUnicodeName, &fd); in statTimesToUtc()266 if( hFindFile!=NULL ){ in statTimesToUtc()270 FindClose(hFindFile); in statTimesToUtc()
7520 HANDLE hFindFile = INVALID_HANDLE_VALUE; in win32_find_file() local7528 hFindFile = FindFirstFileW(Tcl_GetUnicode(objv[1]), &findData); in win32_find_file()7529 if( hFindFile==INVALID_HANDLE_VALUE ){ in win32_find_file()7540 } while( FindNextFileW(hFindFile, &findData) ); in win32_find_file()7543 FindClose(hFindFile); in win32_find_file()7548 FindClose(hFindFile); in win32_find_file()