Do not use. Provides utilities that allow a client to free resources associated with MimeOLE object types.
Remarks
IMimeAllocator does not support aggregation.
The following provides an example of how a client can create an
IMimeAllocator object.
CoCreateInstance(CLSID_IMimeAllocator, NULL, CLSCTX_INPROC_SERVER, IID_IMimeAllocator, (LPVOID *)&pAllocator);
Interface Information
| Stock Implementation | inetcomm.dll version 6.0 or later |
|---|
| Custom Implementation | No |
|---|
| Inherits from |
IMalloc |
|---|
| Header and IDL files | mimeole.h, mimeole.idl |
|---|
| Minimum availability | Outlook Express
6.0 |
|---|
| Minimum operating systems |
Windows XP |
|---|