NAME

SHMapHandle  (SHLWAPI.11)

SYNOPSIS

 HANDLE SHMapHandle
 (
  HANDLE hShared,
  DWORD  dwSrcProcId,
  DWORD  dwDstProcId,
  DWORD  dwAccess,
  DWORD  dwOptions
 )

DESCRIPTION

Copy a sharable memory handle from one process to another.

PARAMS

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.

RETURNS

Success: A handle suitable for use by the dwDstProcId process.

Failure: A NULL handle.

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.

Implemented in "dlls/shlwapi/ordinal.c". https://source.winehq.org/source/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 Apr 2024.