Ignore:
Timestamp:
Dec 10, 1999, 3:06:12 PM (26 years ago)
Author:
sandervl
Message:

Memory map fixes

File:
1 edited

Legend:

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

    r2050 r2053  
    1 /* $Id: hmdevice.cpp,v 1.11 1999-12-09 19:08:26 sandervl Exp $ */
     1/* $Id: hmdevice.cpp,v 1.12 1999-12-10 14:06:11 sandervl Exp $ */
    22
    33/*
     
    983983                                         DWORD                      dwMaximumSizeHigh,
    984984                                         DWORD                      dwMaximumSizeLow,
    985                                          LPCTSTR                    lpName)
     985                                         LPCSTR lpName,   
     986                                         HFILE *hOldMap)  // if create an existing memmap, return handle of old one
    986987{
    987988  dprintf(("KERNEL32: HandleManager::DeviceHandler::CreateFileMapping(%08xh,%08xh,%08xh,%08xh,%08xh,%08xh,%s)\n",
Note: See TracChangeset for help on using the changeset viewer.