cogetmalloc (ole32)
Last changed: anonymous

.
Summary
Retrieves a pointer to the default OLE task memory allocator.

C# Signature:

[DllImport("ole32.dll", ExactSpelling=true, PreserveSig=false)]
[return: MarshalAs(UnmanagedType.Interface)]
static extern IMalloc CoGetMalloc(uint dwMemContext);

User-Defined Types:

IMalloc

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
CoGetMalloc on MSDN