NAME

CreateILockBytesOnHGlobal16  (OLE2.54)

SYNOPSIS

 HRESULT CreateILockBytesOnHGlobal16
 (
  HGLOBAL16      hGlobal,
  BOOL16         fDeleteOnRelease,
  LPLOCKBYTES16* ppLkbyt
 )

PARAMS

hGlobal [In] .
fDeleteOnRelease [In] .
ppLkbyt [Out] (ptr to SEGPTR!).

DESCRIPTION

Creates an ILockBytes interface for a HGLOBAL handle.

PARAMS

hGlobal the global handle (16bit)
fDeleteOnRelease delete handle on release.
ppLkbyt pointer to ILockBytes interface.

RETURNS

Staddard OLE error return codes.

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

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