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

    r10064 r10073  
    1 /* $Id: hmfile.h,v 1.10 2003-05-05 10:51:05 sandervl Exp $ */
     1/* $Id: hmfile.h,v 1.11 2003-05-06 12:06:10 sandervl Exp $ */
    22
    33/*
     
    158158                                   BOOL          arg4);
    159159
     160  virtual BOOL GetFileNameFromHandle(PHMHANDLEDATA pHMHandleData, LPSTR lpszFileName, DWORD cbFileName);
    160161};
    161162
     
    187188  /* this is a handler method for calls to GetFileType() */
    188189  virtual DWORD GetFileType (PHMHANDLEDATA pHMHandleData);
     190
     191  virtual BOOL GetFileNameFromHandle(PHMHANDLEDATA pHMHandleData, LPSTR lpszFileName, DWORD cbFileName);
     192
    189193};
    190194
Note: See TracChangeset for help on using the changeset viewer.