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.h

    r9748 r10073  
    1 /* $Id: hmdevice.h,v 1.34 2003-02-04 11:28:56 sandervl Exp $ */
     1/* $Id: hmdevice.h,v 1.35 2003-05-06 12:06:09 sandervl Exp $ */
    22
    33/*
     
    465465  virtual BOOL SetMailslotInfo(PHMHANDLEDATA pHMHandleData,
    466466                               DWORD  dwReadTimeout);
     467
     468  virtual BOOL GetFileNameFromHandle(PHMHANDLEDATA pHMHandleData, LPSTR lpszFileName, DWORD cbFileName);
     469
    467470};
    468471
Note: See TracChangeset for help on using the changeset viewer.