Skip to content

Latest commit

 

History

History
83 lines (62 loc) · 2.78 KB

nf-objidl-imallocspy-postgetsize.md

File metadata and controls

83 lines (62 loc) · 2.78 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.PostGetSize
IMallocSpy::PostGetSize (objidl.h)
Performs operations required after calling IMalloc::GetSize.
IMallocSpy interface [COM]
PostGetSize method
IMallocSpy.PostGetSize
IMallocSpy::PostGetSize
PostGetSize
PostGetSize method [COM]
PostGetSize method [COM]
IMallocSpy interface
_com_imallocspy_postgetsize
com.imallocspy_postgetsize
objidl/IMallocSpy::PostGetSize
com\imallocspy_postgetsize.htm
com
ac619736-a434-46c0-9874-0cb646fdecae
12/05/2018
IMallocSpy interface [COM],PostGetSize method, IMallocSpy.PostGetSize, IMallocSpy::PostGetSize, PostGetSize, PostGetSize method [COM], PostGetSize method [COM],IMallocSpy interface, _com_imallocspy_postgetsize, com.imallocspy_postgetsize, objidl/IMallocSpy::PostGetSize
objidl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
ObjIdl.idl
Windows
19H1
IMallocSpy::PostGetSize
objidl/IMallocSpy::PostGetSize
c++
APIRef
kbSyntax
COM
ObjIdl.h
IMallocSpy.PostGetSize

IMallocSpy::PostGetSize

-description

Performs operations required after calling IMalloc::GetSize.

-parameters

-param cbActual [in]

The number of bytes in the allocation, as returned by GetSize.

-param fSpyed [in]

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

-returns

The value returned by IMalloc::GetSize, which is the size of the allocated block of memory, in bytes.

-remarks

The size determined by GetSize is the value returned by the HeapSize function. This is the size originally requested. For example, a memory allocation request of 27 bytes returns an allocation of 32 bytes and GetSize returns 27.

-see-also

IMalloc::GetSize

IMallocSpy

IMallocSpy::PreGetSize