.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CreateILockBytesOnHGlobal16 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCreateILockBytesOnHGlobal16\fR (OLE2.54) .SH SYNOPSIS HRESULT CreateILockBytesOnHGlobal16 ( HGLOBAL16 \fIhGlobal\fR, BOOL16 \fIfDeleteOnRelease\fR, LPLOCKBYTES16* \fIppLkbyt\fR ) .SH PARAMS \fIhGlobal\fR \fB[In]\fR \fB.\fR .PP \fIfDeleteOnRelease\fR \fB[In]\fR \fB.\fR .PP \fIppLkbyt\fR \fB[Out]\fR (ptr to SEGPTR!). .PP .SH DESCRIPTION .PP Creates an \fBILockBytes\fR interface for a \fBHGLOBAL\fR handle. .SH PARAMS \fIhGlobal\fR the global handle (16bit) .PP \fIfDeleteOnRelease\fR delete handle on release. .PP \fIppLkbyt\fR pointer to \fBILockBytes\fR interface. .PP .SH RETURNS .PP Staddard \fBOLE\fR error return codes. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/ole2.dll16/memlockbytes.c"\fR. .PP Debug channel \fB"ole"\fR.