SHGetMalloc是计算机函数。
简介
SHGetMalloc Function
不推荐使用。返回一个指向 Shell 的 IMalloc 接口的指针。
语法
HRESULT SHGetMalloc(LPMALLOC *ppMalloc);
参数
ppMalloc
用于接收 Shell 的 IMalloc 接口指针的地址。
返回值
成功,返回S_OK。
其他信息
该函数在 Microsoft Windows 95 和 Microsoft Windows NT 4.0中被介绍,但对于 Windows 2000 它不再需要。因为可以使用CoTaskMemAlloc 和CoTaskMemFree函数。如果您在一个较早的文档中发现有对该函数的使用,完全可以利用上面两个函数代替。
该函数在vista 和 Windows Server 2003 中可以使用,不过在更后的版本中将不被支持。
函数信息
Minimum DLL Version shell32.dll version 4.0 or later Custom Implementation No Header shlobj.h Import library shell32.lib Minimum operating systems Windows NT 4.0, Windows 95