CreateILockBytesOnHGlobal16.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/ole32/memlockbytes16.c".

Debug channel "ole".