search for: openfilemapping

Displaying 6 results from an estimated 6 matches for "openfilemapping".

2009 Jan 13
1
Shared Memory and Memory Mapped I/O
...ng wine 1.1.12 on Solaris 10. I have a windows application running with wine that interfaces to other applications via "shared memory" or "memory mapped I/O" or what ever the official name for this is. In windows I would typically use something like Code: token.hFileMapping = OpenFileMapping(0xF001F, false, "test"); token.location = MapViewOfFile(token.hFileMapping, 0xF001F, 0, 0, 1000); in windows to get the memory location to read or write to. I want to access the shared memory created by the windows application running under wine with a linux application. Using som...
2006 Jul 04
0
Reworking win32-mmap for the pure Ruby version
...the current API very much. Just feels too clunky and not very friendly. I think we followed Win32::MMF too closely. Anyway, I have a very preliminary version in CVS that I was hoping folks could take a look at and comment on. Just a few comments on why I changed some things: * I thought that OpenFileMapping should have its own method, i.e. MMap.open if you want to open an existing mapping, MMap.new if you want to create a new mapping. This felt conceptually cleaner than a "reuse" option, and helped reduce code clutter in the initialize method. * I ditched the hash style interface in favo...
2016 Apr 12
0
Wine release 1.8.2
...(1): ole32: The type of the size of IMalloc'ed blocks is SIZE_T. Jacek Caban (4): ntdll: Pass SYNCHRONIZE flag in NtOpenFile and NtCreateFile calls. ntdll: Don't call NtOpenKeyEx directly from NtOpenKey. kernel32: Don't set unconditionally SECTION_QUERY flag in OpenFileMapping. ntdll: Moved RegisterTraceGuids[AW] implementation to ntdll. Jens Reyer (2): loader: Fix macro-not-defined error from man. winemaker: Fix macro-not-defined errors from man. Józef Kucia (4): wined3d: Validate render state in wined3d_device_set_render_state(). wined3d...
2016 Mar 18
0
Wine release 1.9.6
...r EMF PolyPolyline record creation. riched20: \pard resets the reading direction. riched20: Set the base embedding level for RTL paragraphs. Jacek Caban (6): winex11.drv: Use grabbed window display in SetCapture. kernel32: Don't set unconditionally SECTION_QUERY flag in OpenFileMapping. msxml3: Store xmlnode reference in xmlnodemap object. msxml6: Added support for CLSID_XMLSchemaCache60 in XMLSchemaCache60::QueryInterface. mshtml: Fixed cloning comment nodes. mshtml: Fixed copy&paste typo in GetAsciiHostPort implementation. Jens Reyer (1): wine...
2008 Nov 21
0
Wine release 1.1.9
...r32/tests: Make sure the message test doesn't hang if the window doesn't have focus. msvcrt/tests: Trace the timezone being used. user32: Don't process other messages when recursing in peek_message for an internal message. kernel32: Don't request unneeded access in OpenFileMapping. kernel32/tests: Fix the thread test to cope with the Win95 InterlockedIncrement behavior. msvcrt/tests: Run time tests for the current year instead of 1970 and fix wrong DST assumptions. ole32/tests: Fix a couple of global stream test failures on Win9x. ole32/tests: Use a C...
2008 Nov 07
0
Wine release 1.1.8
..., fix some failures on Windows. ntdll: Store the per-page committed status in the server for anonymous file mappings. ntdll: Don't force anonymous file mappings to always be fully committed. ntdll/tests: Fix a couple of tests on NT4. ntdll,server: Fixed access checks for OpenFileMapping and MapViewOfFile. include: Add extern "C" to the exported Wine headers. kernel32/tests: Fix a few more errors on Win9x. ntdll: Keep track of the current working set limit independently of system views that may be allocated beyond it. ntdll: Do not report non-reser...