Carbon


AuxCtlRec

Header: Controls.h

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

Field descriptions

acNext
acOwner
acCTable
acFlags
acReserved
acRefCon


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)