IMallocSpy::PostHeapMinimize

This method is called just after invoking the IMalloc::HeapMinimize method.

void PostHeapMinimize(void);

Parameters

None.

Return Values

None.

Remarks

When a spy object implementing the IMallocSpy interface is registered with the CoRegisterMallocSpy function, COM calls this method immediately after any call to the IMalloc::Free method. This method is included for completeness and consistency — it is not anticipated that developers will implement significant functionality in this method.

To determine whether the platform supports this interface, see Determining Supported COM APIs.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Objidl.h, Objidl.idl.
Link Library: Ole32.lib

See Also

CoRegisterMallocSpy | CoRevokeMallocSpy | IMallocSpy | IMalloc::Free | IMalloc::HeapMinimize | IMallocSpy::PreHeapMinimize

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.