GetHGlobalFromILockBytes (OLE32.@)
HRESULT GetHGlobalFromILockBytes ( ILockBytes* iface, HGLOBAL* phglobal )
Retrieve a global memory handle to a byte array object created using the CreateILockBytesOnHGlobal function.
plkbyt | [ I] | Pointer to the ILockBytes interface on byte array object |
phglobal | [ O] | Address to store a global memory handle. |
S_OK if *phglobal has a correct value E_INVALIDARG if any parameters are invalid
Declared in "include/ole2.h". gitlab.winehq.org/wine/wine/blob/master/include/ole2.h
Implemented in "dlls/coml2/memlockbytes.c". gitlab.winehq.org/wine/wine/blob/master/dlls/coml2/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.