Overview
Group
Quick Info

Windows NT
Yes
Win95
Yes
Win32s
No
Import Library

Header File
shlobj.h
Unicode
No
Platform Notes
None

SHGetMalloc

[Now Supported on Windows NT]

Retrieves a pointer to the shell's IMalloc interface. A shell extension must use this interface to allocate memory that is later freed by the shell.

HRESULT SHGetMalloc(

LPMALLOC *ppMalloc

);

Parameters

ppMalloc

Address of a value that receives the address of the shell's IMalloc interface.

Return Values

Returns the NOERROR value if successful or E_FAIL otherwise.

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples