- Timestamp:
- Feb 15, 2002, 9:15:55 PM (24 years ago)
- Location:
- trunk/src/kernel32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/KERNEL32.CPP
r7858 r7929 1 /* $Id: KERNEL32.CPP,v 1.7 1 2002-02-10 13:12:50sandervl Exp $ */1 /* $Id: KERNEL32.CPP,v 1.72 2002-02-15 20:15:54 sandervl Exp $ */ 2 2 3 3 /* … … 166 166 { 167 167 if(dwError != 0) { 168 dprintf 2(("KERNEL32: SetLastError to %d\n", dwError));168 dprintf(("KERNEL32: SetLastError to %d\n", dwError)); 169 169 } 170 170 O32_SetLastError(dwError); -
trunk/src/kernel32/hmnpipe.cpp
r7927 r7929 1 /* $Id: hmnpipe.cpp,v 1. 8 2002-02-15 19:14:51sandervl Exp $ */1 /* $Id: hmnpipe.cpp,v 1.9 2002-02-15 20:15:55 sandervl Exp $ */ 2 2 /* 3 3 * Project Odin Software License can be found in LICENSE.TXT … … 182 182 dprintf(("KERNEL32: HMDeviceNamedPipeClass::CloseHandle(%08x)", pHMHandleData->hHMHandle)); 183 183 184 OSLibDosDisconnectNamedPipe(pHMHandleData->hHMHandle); 184 185 return OSLibDosClose(pHMHandleData->hHMHandle); 185 186 } … … 372 373 } 373 374 374 bRC = HMDeviceFileClass:: WriteFile(pHMHandleData,375 376 377 378 379 380 dprintf(("KERNEL32: HMDeviceNamedPipeClass::ReadFile returned %08xh; bytes written%d",375 bRC = HMDeviceFileClass::ReadFile(pHMHandleData, 376 lpBuffer, 377 nNumberOfBytesToRead, 378 lpNumberOfBytesRead, 379 lpOverlapped, lpCompletionRoutine); 380 381 dprintf(("KERNEL32: HMDeviceNamedPipeClass::ReadFile returned %08xh; bytes read %d", 381 382 bRC, *lpNumberOfBytesRead)); 382 383
Note:
See TracChangeset
for help on using the changeset viewer.