search for: unmapviewoffile

Displaying 5 results from an estimated 5 matches for "unmapviewoffile".

Did you mean: mapviewoffile
2011 Sep 03
1
Patch to build hivex lib on Windows
Hi I'm just posting this here in case someone is interested in building hivex on Windows (mingw32). The attached patch allows building the lib but not the tools (hivexsh etc..) as there are some more problems to solve. In short terms, this patch replaces file i/o functions and mmap(), munmap() with their win32api pendants. cu -- Unix _IS_ user friendly - it's just selective about
2008 Nov 22
2
GetFinalPathNameByHandle for XP and earlier
...final_path = device << buf[name.length..-1] break end end } end else raise get_last_error end ensure UnmapViewOfFile(pmem) end end else raise get_last_error end final_path end # Test program file = File.join(Dir.pwd, ''test.txt'') handle = CreateFile( file, GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ, nil, OPEN_ALWAYS, nil, nil...
2009 Apr 22
0
ActiveX error when running an application(VB6 based)
...ction() retval=00000000 ret=70101a67 0009:Call ntdll.RtlFreeHeap(80000000,00000000,80002ba8) ret=7010accc 0009:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7010accc 0009:Call KERNEL32.HeapDestroy(80000000) ret=7012d332 0009:Ret KERNEL32.HeapDestroy() retval=00000001 ret=7012d332 0009:Call KERNEL32.UnmapViewOfFile(00380000) ret=70101ca8 0009:Ret KERNEL32.UnmapViewOfFile() retval=00000001 ret=70101ca8 0009:Call KERNEL32.CloseHandle(000000b8) ret=70101cb4 0009:Ret KERNEL32.CloseHandle() retval=00000001 ret=70101cb4 0009:Call KERNEL32.ReleaseMutex(000000a0) ret=70101cbb 0009:Ret KERNEL32.ReleaseMutex() retva...
2009 Apr 22
0
wine-users Digest, Vol 45, Issue 102
...ction() retval=00000000 ret=70101a67 0009:Call ntdll.RtlFreeHeap(80000000,00000000,80002ba8) ret=7010accc 0009:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7010accc 0009:Call KERNEL32.HeapDestroy(80000000) ret=7012d332 0009:Ret KERNEL32.HeapDestroy() retval=00000001 ret=7012d332 0009:Call KERNEL32.UnmapViewOfFile(00380000) ret=70101ca8 0009:Ret KERNEL32.UnmapViewOfFile() retval=00000001 ret=70101ca8 0009:Call KERNEL32.CloseHandle(000000b8) ret=70101cb4 0009:Ret KERNEL32.CloseHandle() retval=00000001 ret=70101cb4 0009:Call KERNEL32.ReleaseMutex(000000a0) ret=70101cbb 0009:Ret KERNEL32.ReleaseMutex() retva...
2016 Jul 22
0
Wine release 1.9.15
...wined3d: Check BLENDWEIGHT and BLENDINDICES FFP attributes for fixups. d3d8: Use a union in tss_lookup. (Coverity). ddraw: Use a union in tss_lookup. (Coverity). Michael Müller (4): ntdll: Use sysinfo to report correct number of physical pages. kernel32/tests: Add tests for UnmapViewOfFile with unaligned pointer. ntdll: NtUnmapViewOfSection should succeed for all offsets within the mapped range. kernel32: In Win9x mode UnmapViewOfFile requires base address of a mapping. Michael Stefaniuc (43): windowscodecs: Remove a redundant NULL check before HeapFree(). wi...