NAME

SHGetMalloc  (SHELL32.@)

SYNOPSIS

 HRESULT SHGetMalloc
 (
  LPMALLOC* lpmal
 )

DESCRIPTION

Return the shell IMalloc interface.

PARAMS

lpmal [Out] Destination for IMalloc interface.

RETURNS

Success: S_OK. lpmal contains the shells IMalloc interface. Failure. An HRESULT error code.

NOTES

This function will use CoGetMalloc if OLE32.dll is already loaded. If not it uses an internal implementation as a fallback.

IMPLEMENTATION

Defined in "shlobj.h".

Implemented in "dlls/shell32/shellole.c". source.winehq.org/source/dlls/shell32/shellole.c

Debug channel "shell".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.