TARGET 

2.0     

Contains information about a single target.

typedef struct { 

     DWORD dwFlags;

     DWORD idTarget;

     HTRG htrgTarget;

     RECTL rectBound;

     DWORD dwData;

     RECTL rectBoundInk;

     RECTL rectBoundLastInk;

} TARGET;

 

Members

dwFlags

Reserved for future extensions. Must be set to 0.

idTarget

Array index to the target within rgTarget array in TARGINFO232HBIC structure.

htrgTarget

Handle to the owner window that receives messages on behalf of the target.

rectBound

Bounding rectangle of the target.

dwData

Target-specific extra information to be filled during data collection.

rectBoundInk

Reserved; must be 0.

rectBoundLastInk

Reserved; must be 0.

 

See Also

TargetPoints, TARGINFO, INPPARAMS