table of contents
other versions
- wheezy 1.4.1-4
OpenFileMappingA(3w) | Wine API | OpenFileMappingA(3w) |
NAME¶
OpenFileMappingA (KERNEL32.@)SYNOPSIS¶
HANDLE OpenFileMappingA(
DWORD access,
BOOL inherit,
LPCSTR name
)
DESCRIPTION¶
Opens a named file-mapping object.PARAMS¶
access [In] Access mode. inherit [In] Inherit flag. name [In] Name of file-mapping object.RETURNS¶
Success: Handle. Failure: NULL.IMPLEMENTATION¶
Declared in "winbase.h". Implemented in "dlls/kernel32/virtual.c".Oct 2012 | Wine API |