Scroll to navigation

CoGetMalloc16(3w) Wine API CoGetMalloc16(3w)

NAME

CoGetMalloc16 (COMPOBJ.4)

SYNOPSIS

HRESULT CoGetMalloc16
(
DWORD dwMemContext,
LPMALLOC16* lpMalloc
)
 

PARAMS

dwMemContext [In] unknown.
[Out] current Win16 malloc interface.
 

DESCRIPTION

Retrieve the current Win16 IMalloc interface.
 

RETURNS

The current Win16 IMalloc
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/compobj.dll16/compobj.c".
Debug channel "ole".
Oct 2012 Wine API