Carbon


PtrZone

Header: MacMemory.h Carbon status: Unsupported

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

THz PtrZone (
    Ptr p
);
Parameter descriptions
p

A pointer to a nonrelocatable block.

function result

A pointer to the heap zone containing the nonrelocatable block pointed to by p. In case of an error, the result 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)