Carbon


AuxCtlRec

Header: Controls.h

struct AuxCtlRec {
    Handle acNext; 
    ControlRef acOwner; 
    CCTabHandle acCTable; 
    SInt16 acFlags; 
    SInt32 acReserved; 
    SInt32 acRefCon;
};
typedef AuxCtlRec AuxCtlPtr;

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