Lines Matching defs:fResult
939 BOOL fResult ;
962 fResult = SetFilePointerEx (psf->file.handle, liDistanceToMove, &liNewFilePointer, dwMoveMethod) ;
964 if (fResult == FALSE)
1061 BOOL fResult ;
1072 fResult = SetFilePointerEx (psf->file.handle, liDistanceToMove, &liNewFilePointer, FILE_CURRENT) ;
1074 if (fResult == FALSE)
1141 BOOL fResult ;
1144 fResult = GetFileSizeEx (handle, &liFileSize) ;
1146 if (fResult == FALSE)
1167 BOOL fResult ;
1181 fResult = SetFilePointerEx (psf->file.handle, liDistanceToMove, NULL, FILE_BEGIN) ;
1183 if (fResult == FALSE)