.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHMapHandle 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHMapHandle\fR (SHLWAPI.11) .SH SYNOPSIS HANDLE SHMapHandle ( HANDLE \fIhShared\fR, DWORD \fIdwDstProcId\fR, DWORD \fIdwSrcProcId\fR, DWORD \fIdwAccess\fR, DWORD \fIdwOptions\fR ) .SH DESCRIPTION .PP Copy a sharable memory handle from one process to another. .SH PARAMS \fIhShared\fR \fB[In]\fR Shared memory handle to duplicate. .PP \fIdwDstProcId\fR \fB[In]\fR Id of the process wanting the duplicated handle. .PP \fIdwSrcProcId\fR \fB[In]\fR Id of the process owning \fIhShared\fR. .PP \fIdwAccess\fR \fB[In]\fR Desired \fBDuplicateHandle(3w)\fR access. .PP \fIdwOptions\fR \fB[In]\fR Desired \fBDuplicateHandle(3w)\fR options. .PP .SH RETURNS .PP \fBSuccess:\fR A handle suitable for use by the \fIdwDstProcId\fR process. .PP \fBFailure:\fR A \fBNULL\fR handle. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.