Changeset 4171 for trunk/src/kernel32/hmfile.cpp
- Timestamp:
- Sep 3, 2000, 11:32:19 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmfile.cpp
r4008 r4171 1 /* $Id: hmfile.cpp,v 1.1 8 2000-08-14 08:10:10sandervl Exp $ */1 /* $Id: hmfile.cpp,v 1.19 2000-09-03 09:32:19 sandervl Exp $ */ 2 2 3 3 /* … … 345 345 else 346 346 { 347 dprintf(("ERROR: DuplicateHandle; invalid parameter!!")); 347 348 SetLastError(ERROR_INVALID_PARAMETER); 348 349 return FALSE; … … 789 790 790 791 if(!pFT1 && !pFT2 && !pFT3) {//TODO: does NT do this? 792 dprintf(("ERROR: GetFileTime: invalid parameter!")); 791 793 SetLastError(ERROR_INVALID_PARAMETER); 792 794 return FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.