CoGetMalloc(3w)
NAME
CoGetMalloc (OLE32.@)
SYNOPSIS
HRESULT CoGetMalloc ( DWORD dwMemContext, LPMALLOC* lpMalloc )
DESCRIPTION
Retrieves the current IMalloc interface for the process.
PARAMS
dwMemContext [In] .
lpMalloc [Out] Address where memory allocator object will be stored.
RETURNS
Success: S_OK.
Failure: HRESULT code.
IMPLEMENTATION
Defined in "objbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/ifs.c".
- Debug channel "olemalloc".