Changeset 22024 for trunk/src/kernel32/hmfile.cpp
- Timestamp:
- Sep 27, 2012, 4:08:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmfile.cpp
r21667 r22024 699 699 700 700 /***************************************************************************** 701 * Name : DWORDHMDeviceFileClass::GetFileInformationByHandle701 * Name : BOOL HMDeviceFileClass::GetFileInformationByHandle 702 702 * Purpose : determine the handle type 703 703 * Parameters: PHMHANDLEDATA pHMHandleData … … 711 711 *****************************************************************************/ 712 712 713 DWORDHMDeviceFileClass::GetFileInformationByHandle(PHMHANDLEDATA pHMHandleData,714 713 BOOL HMDeviceFileClass::GetFileInformationByHandle(PHMHANDLEDATA pHMHandleData, 714 BY_HANDLE_FILE_INFORMATION* pHFI) 715 715 { 716 716 dprintfl(("KERNEL32: HMDeviceFileClass::GetFileInformationByHandle %s(%08xh,%08xh)\n", … … 726 726 dprintf(("GetFileInformationByHandle failed with error %d", GetLastError())); 727 727 return FALSE; 728 729 728 } 730 729
Note:
See TracChangeset
for help on using the changeset viewer.