Carbon


CMPtrLocation

Header: CMApplication.h

struct CMPtrLocation {
    Ptr p;
};

Field descriptions

p

A data structure of type Ptr holding a pointer that points to the location of a profile in memory.

Your application uses the CMPtrLocation structure to provide a pointer specification for a profile stored in nonrelocatable memory. You provide the pointer specification structure in the CMProfileLocation structure’s u field to point to an existing profile.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)