Carbon


HandleZone

Header: MacMemory.h Carbon status: Unsupported

Returns a pointer to the heap zone containing a specified handle.

THz HandleZone (
    Handle h
);
Parameter descriptions
h

A handle to a relocatable block.

function result

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.

DISCUSSION

Call the function MemError to get the result code. See “Result Codes”.

AVAILABILITY

Not supported in Carbon. Not available in Carbon.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)