Skip to content

Latest commit

 

History

History
83 lines (62 loc) · 2.96 KB

nf-objidl-imallocspy-postrealloc.md

File metadata and controls

83 lines (62 loc) · 2.96 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:objidl.IMallocSpy.PostRealloc
IMallocSpy::PostRealloc (objidl.h)
Performs operations required after calling IMalloc::Realloc.
IMallocSpy interface [COM]
PostRealloc method
IMallocSpy.PostRealloc
IMallocSpy::PostRealloc
PostRealloc
PostRealloc method [COM]
PostRealloc method [COM]
IMallocSpy interface
_com_imallocspy_postrealloc
com.imallocspy_postrealloc
objidl/IMallocSpy::PostRealloc
com\imallocspy_postrealloc.htm
com
77f86494-f7b3-4c12-bb42-ad74161a1dff
12/05/2018
IMallocSpy interface [COM],PostRealloc method, IMallocSpy.PostRealloc, IMallocSpy::PostRealloc, PostRealloc, PostRealloc method [COM], PostRealloc method [COM],IMallocSpy interface, _com_imallocspy_postrealloc, com.imallocspy_postrealloc, objidl/IMallocSpy::PostRealloc
objidl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
ObjIdl.idl
Windows
19H1
IMallocSpy::PostRealloc
objidl/IMallocSpy::PostRealloc
c++
APIRef
kbSyntax
COM
ObjIdl.h
IMallocSpy.PostRealloc

IMallocSpy::PostRealloc

-description

Performs operations required after calling IMalloc::Realloc.

-parameters

-param pActual [in]

The pointer specified in the call to Realloc.

-param fSpyed [in]

Indicates whether the block of memory was allocated while the current spy was active.

-returns

The method returns a pointer to the beginning of the block actually allocated. This pointer is also returned to the caller of IMalloc::Realloc. If debug information is written at the front of the caller's allocation, it should be a forward offset from pActual. The value should be the same as pActual if debug information is appended or if no debug information is attached.

-remarks

If memory is successfully reallocated while the spy is active, fSpyed will be TRUE in subsequent calls to IMallocSpy methods that track the reallocated memory, even if fSpyed was previously FALSE.

-see-also

IMalloc::Realloc

IMallocSpy

IMallocSpy::PreRealloc