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 | |
|
); |
Returns the NOERROR value if successful or E_FAIL otherwise.