Ignore:
Timestamp:
Sep 3, 2000, 11:32:19 AM (25 years ago)
Author:
sandervl
Message:

more logging + DeviceIoControl handlemanager wrapper added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/hmfile.cpp

    r4008 r4171  
    1 /* $Id: hmfile.cpp,v 1.18 2000-08-14 08:10:10 sandervl Exp $ */
     1/* $Id: hmfile.cpp,v 1.19 2000-09-03 09:32:19 sandervl Exp $ */
    22
    33/*
     
    345345  else
    346346  {
     347    dprintf(("ERROR: DuplicateHandle; invalid parameter!!"));
    347348    SetLastError(ERROR_INVALID_PARAMETER);
    348349    return FALSE;
     
    789790
    790791  if(!pFT1 && !pFT2 && !pFT3) {//TODO: does NT do this?
     792        dprintf(("ERROR: GetFileTime: invalid parameter!"));
    791793        SetLastError(ERROR_INVALID_PARAMETER);
    792794        return FALSE;
Note: See TracChangeset for help on using the changeset viewer.