![]() |
HandleZone |
||||
Header: | MacMemory.h | Carbon status: | Unsupported | |
Returns a pointer to the heap zone containing a specified handle.
THz HandleZone ( Handle h );
A handle to a relocatable block.
A pointer to the heap zone containing the relocatable block whose handle is h. If the handle h is empty (that is, if it points to a NULL master pointer), HandleZone returns a pointer to the heap zone that contains the master pointer. In case of an error, the result returned by HandleZone is undefined and should be ignored.
Call the function MemError to get the result code. See
Not supported in Carbon. Not available in CarbonLib, but available when InterfaceLib 7.1 or later is installed. Exported by InterfaceLib 7.1 and later.