Share via


IMallocSpy::PostHeapMinimize (Compact 2013)

3/26/2014

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

Syntax

void PostHeapMinimize(void);

Parameters

None.

Return Value

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

Header

objidl.h,
objidl.idl

Library

ole32.lib

See Also

Reference

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