Ignore:
Timestamp:
May 6, 2003, 2:06:11 PM (22 years ago)
Author:
sandervl
Message:

Fixed closing of parent file handle by duplicate memory map; Compare file names instead of handles when checking for duplicate file maps

File:
1 edited

Legend:

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

    r9975 r10073  
    1 /* $Id: hmdevice.cpp,v 1.35 2003-04-02 12:58:29 sandervl Exp $ */
     1/* $Id: hmdevice.cpp,v 1.36 2003-05-06 12:06:09 sandervl Exp $ */
    22
    33/*
     
    19201920    return WAIT_FAILED;
    19211921}
     1922
     1923
     1924/*****************************************************************************
     1925 * Name      : BOOL HMDeviceHandler::GetFileNameFromHandle
     1926 * Purpose   :
     1927 * Variables :
     1928 * Result    :
     1929 * Remark    :
     1930 * Status    :
     1931 *
     1932 * Author    : SvL
     1933 *****************************************************************************/
     1934BOOL HMDeviceHandler::GetFileNameFromHandle(PHMHANDLEDATA pHMHandleData, LPSTR lpszFileName, DWORD cbFileName)
     1935{
     1936    dprintf(("KERNEL32: ERROR: HandleManager::DeviceHandler::GetFileNameFromHandle %08x %x %d",
     1937              pHMHandleData->hHMHandle, lpszFileName, cbFileName));
     1938
     1939    return FALSE;
     1940}
     1941
Note: See TracChangeset for help on using the changeset viewer.