INtime SDK Help
_CrtReportBlockType
INtime SDK v7.1 > About INtime > Other system libraries > Heaps and memory pools > Using the Debug Heap > Types of Blocks on the Debug Heap > _CrtReportBlockType

Returns the block type/subtype associated with a given debug heap block pointer.

int _CrtReportBlockType (
    const void * pUserData
);

Parameters

pUserData
Pointer to a valid debug heap block.

Return Values

The block type and subtype in the form of an int
Success.
-1
Failure.

Requirements

Versions Defined in Include Link to
INtime 3.13 intime/rt/include/crtdbg.h crtdbg.h clib.lib
   
See Also