SHGetMalloc (SHELL32.@)
HRESULT SHGetMalloc ( LPMALLOC* lpmal )
Return the shell IMalloc interface.
lpmal | [Out] | Destination for IMalloc interface. |
Success: S_OK. lpmal contains the shells IMalloc interface. Failure. An HRESULT error code.
This function will use CoGetMalloc if OLE32.dll is already loaded. If not it uses an internal implementation as a fallback.
Defined in "shlobj.h".
Implemented in "dlls/shell32/shellole.c". source.winehq.org/source/dlls/shell32/shellole.c
Debug channel "shell".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.