INPPARAMS 

2.0     

Describes a set of targets.

typedef struct { 

     DWORD cbSize;

     DWORD dwFlags;

     HPENDATA hpndt;

     TARGET target;

} INPPARAMS;

 

Members

cbSize

Size of this structure in bytes.

dwFlags

Reserved for future use; must be 0.

hpndt

Handle to a pen data object.

target

A TARGET1AOCY_ structure where input is directed.

Comments

Before using INPPARAMS, an application must initialize cbSize with sizeof( INPPARAMS ).

See Also

TARGET