Searched refs:hSourceFile (Results 1 – 1 of 1) sorted by relevance
42 HANDLE hSourceFile, // handle to the source file in DefCopyProgressRoutine() argument55 HANDLE hSourceFile = CreateFileA( variable65 if ( IsValidHandle(hSourceFile) )71 FileSize.LowPart = GetFileSize( hSourceFile, (LPDWORD)&FileSize.HighPart );103 hSourceFile,122 fSuccess = ReadFile( hSourceFile, buffer, BUFSIZE, &dwBytesRead, NULL );143 hSourceFile,159 CloseHandle( hSourceFile );
Completed in 16 milliseconds