Q3WindowRectPick_SetData
You can use theQ3WindowRectPick_SetDatafunction to set the data associated with a window-rectangle pick object.
TQ3Status Q3WindowRectPick_SetData ( TQ3PickObject pick, const TQ3WindowRectPickData *data);
pick- A window-rectangle pick object.
data- A pointer to a window-rectangle pick data structure.
DESCRIPTION
TheQ3WindowRectPick_SetDatafunction sets the data associated with the window-rectangle pick object specified by thepickparameter to the data specified by thedataparameter.