search for: getmappedfilename

Displaying 3 results from an estimated 3 matches for "getmappedfilename".

2008 Nov 22
2
GetFinalPathNameByHandle for XP and earlier
...p;& map > 0 pmem = MapViewOfFile(map, FILE_MAP_READ, 0, 0, 1) if pmem begin buf = 0.chr * MAXPATH # Buf will contain the full path, but with the device name instead # of the drive letter that we ultimately want. if GetMappedFileName(GetCurrentProcess(), pmem, buf, MAXPATH) > 0 buf.strip! dbuf = 0.chr * 512 # Get a list of logical devices if GetLogicalDriveStrings(dbuf.size, dbuf) > 0 devices = dbuf.split("\0")...
2011 May 13
0
Wine release 1.3.20
...ved GetModuleBaseName[AW] implementation to kernel32. kernel32: Moved GetModuleFileNameEx[AW] to kernel32. kernel32: Moved GetModuleInformation implementation to kernel32. urlmon: Make sure to include query part of relative URI containing path in combine_uri. kernel32: Moved GetMappedFileName[AW] stubs to kernel32. wininet: Don't depend on is_end_of_read_data in HTTPREQ_Read. wininet: Fixed handling of 204 No Content response. wininet: Clean up closing connection notifications tests. wininet: Better closing async handles in tests. wininet: Added 204 No...
2012 Jan 27
1
Wine release 1.4-rc1
...winex11.drv: Use dialog window type also for owned windows with WS_EX_DLGMODALFRAME style set. server: Store correct protection for an image mapping. ntdll: Use PAGE_EXECUTE_READ protection for an image section. ntdll: Add an access check for file mappings. psapi: Add more GetMappedFileName tests. Eric Pouech (13): dbghelp: Always ensure that 64bit module functions use real 64bit addresses. dbghelp: Fix a couple of bugs in function table interpretation for x86-64 processors. dbghelp: On x86-64 CPUs, add capability to interpret properly the epilog part. dbghelp...