CreateILockBytesOnHGlobal16 (OLE2.54)
HRESULT CreateILockBytesOnHGlobal16 ( HGLOBAL16 hGlobal, BOOL16 fDeleteOnRelease, LPLOCKBYTES16* ppLkbyt )
hGlobal | [In] | . |
fDeleteOnRelease | [In] | . |
ppLkbyt | [Out] | (ptr to SEGPTR!). |
Creates an ILockBytes interface for a HGLOBAL handle.
hGlobal the global handle (16bit) |
fDeleteOnRelease delete handle on release. |
ppLkbyt pointer to ILockBytes interface. |
Staddard OLE error return codes.
Declared in "include/ole2.h". gitlab.winehq.org/wine/wine/blob/master/include/ole2.h
Implemented in "dlls/ole2.dll16/memlockbytes.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ole2.dll16/memlockbytes.c
Debug channel "ole".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.