DragRef

Mac OS X header: Carbon/Carbon.h  
Mac OS 9 header: Drag.h  

Defines a reference to a drag object.

typedef struct * DragRef;
Discussion

The drag reference is a reference to a drag object. Before calling any other Drag Manager function, you must first create a new drag reference by calling the NewDrag function. The drag reference that is returned by the NewDrag function is used in all subsequent calls to the Drag Manager. Use the DisposeDrag function to dispose of a drag reference after you are finished using it.

The meaning of the bits in a drag reference is internal to the Drag Manager. You should not attempt to interpret the value of the drag reference.


© 2001 Apple Computer, Inc. (Last Updated July 17, 2001)