SHMapHandle (SHLWAPI.11)
HANDLE SHMapHandle ( HANDLE hShared, DWORD dwSrcProcId, DWORD dwDstProcId, DWORD dwAccess, DWORD dwOptions )
Copy a sharable memory handle from one process to another.
hShared | [In] | Shared memory handle to duplicate. |
dwSrcProcId | [In] | Id of the process owning hShared. |
dwDstProcId | [In] | Id of the process wanting the duplicated handle. |
dwAccess | [In] | Desired DuplicateHandle access. |
dwOptions | [In] | Desired DuplicateHandle options. |
Success: A handle suitable for use by the dwDstProcId process.
Failure: A NULL handle.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shlwapi/ordinal.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shlwapi/ordinal.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.