MapViewOfFileEx (KERNEL32.@)
LPVOID MapViewOfFileEx ( HANDLE handle, DWORD access, DWORD offset_high, DWORD offset_low, SIZE_T count, LPVOID addr )
handle | [In] | File-mapping object to map. |
access | [In] | Access mode. |
offset_high | [In] | High-order 32 bits of file offset. |
offset_low | [In] | Low-order 32 bits of file offset. |
count | [In] | Number of bytes to map. |
[In] | Suggested starting address for mapped view. |
Maps a view of a file into the address space.
Starting address of mapped view
NULL: Failure
Defined in "winbase.h".
Implemented in "dlls/kernel/virtual.c". source.winehq.org/source/dlls/kernel/virtual.c
Debug channel "virtual".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.