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 
TARGET structure where input is directed.
Comments
Before using 
INPPARAMS, an application must initialize 
cbSize with sizeof( INPPARAMS ).
See Also
TARGET
			
				- Software for developers
				
 - 
				Delphi Components
				.Net Components
				Software for Android Developers
				 - More information resources
				
 - 
				MegaDetailed.Net
				Unix Manual Pages
				Delphi Examples