SHMapHandle(3w)
NAME
SHMapHandle (SHLWAPI.11)
SYNOPSIS
HANDLE SHMapHandle ( HANDLE hShared, DWORD dwDstProcId, DWORD dwSrcProcId, DWORD dwAccess, DWORD dwOptions )
DESCRIPTION
Copy a sharable memory handle from one process to another.
PARAMS
hShared [In] Shared memory handle to duplicate.
dwDstProcId [In] Id of the process wanting the duplicated handle.
dwSrcProcId [In] Id of the process owning hShared.
dwAccess [In] Desired DuplicateHandle(3w) access.
dwOptions [In] Desired DuplicateHandle(3w) options.
RETURNS
Success: A handle suitable for use by the dwDstProcId process.
Failure: A NULL handle.
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/ordinal.c".
- Debug channel "shell".