Q3WindowRectPick_GetData
You can use theQ3WindowRectPick_GetDatafunction to get the data associated with a window-rectangle pick object.
TQ3Status Q3WindowRectPick_GetData ( TQ3PickObject pick, TQ3WindowRectPickData *data);
pick- A window-rectangle pick object.
data- On exit, a pointer to a window-rectangle pick data structure.
DESCRIPTION
TheQ3WindowRectPick_GetDatafunction returns, through thedataparameter, information about the window-rectangle pick object specified by thepickparameter. See "Window-Rectangle Pick Data Structure" on page 15-21 for the structure of a window-rectangle pick data structure.