Share via


IMallocSpy::PreHeapMinimize (Windows Embedded CE 6.0)

1/6/2010

This method is called just prior to invoking the IMalloc::HeapMinimize method.

Syntax

void PreHeapMinimize(void);

Parameters

None.

Return Value

None.

Remarks

This method is included for completeness; 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
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

IMallocSpy
CoRegisterMallocSpy
CoRevokeMallocSpy
IMalloc::HeapMinimize
IMallocSpy::PostHeapMinimize