Carbon


ListDefSpec

Header: Lists.h

struct ListDefSpec {
    ListDefType defType; 
    union {
          ListDefUPP userProc;
    } u;
};

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