.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHUnlockShared 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHUnlockShared\fR (SHLWAPI.9) .SH SYNOPSIS BOOL SHUnlockShared ( LPVOID \fIlpView\fR ) .SH DESCRIPTION .PP Release a pointer to a block of shared memory. .SH PARAMS \fIlpView\fR \fB[In]\fR Shared memory pointer. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.