GetPenMiscInfo
- 0 2.0
 
| wParam constant
 | LParam description
 | 
| PMI_BEDIT
 | lParam is the address of a BOXEDITINFO structure. Boxed edit information.
 | 
| PMI_CXTABLET
 | lParam is a far pointer to a UINT value specifying the width of tablet (in units of
0.001 inch) if present; otherwise,  the width of the screen.
 | 
| PMI_CYTABLET
 | lParam is a far pointer to a UINT value specifying the height of tablet (in units of
0.001 inch) if present; otherwise,  the height of the screen.
 | 
| PMI_INDEXFROMRGB
 | lParam is a far pointer to a DWORD value. On entry, lParam is the address of an RGB ink color value. On return, the low-order word of lParam is replaced with an index in the range 0 to 15 for the closest standard ink
color and the high-order word is 0.
 | 
| PMI_ENABLEFLAGS
 | lParam is a far pointer to a WORD value containing a flag describing whether certain
Pen API features are enabled. The flags can be a combination of the following
values:
 PWE_AUTOWRITE Enable pen functionality where the I-Beam cursor is present. PWE_ACTIONHANDLES Enable action handles in controls. PWE_INPUTCURSOR Show cursor while writing. PWE_LENS Enable pop-up letter guides (that is, the lens).  | 
| PMI_PENTIP
 | lParam is the address of a PENTIP structure.
 | 
| PMI_RGBFROMINDEX
 | lParam is the address of a DWORD value. On entry, lParam is the address of an index in the range 0 to 15; on return, this value at
this address is replaced with the standard RGB ink color value.
 | 
| wParam constant
 | LParam description
 | 
| PMI_SYSFLAGS
 | lParam is a far pointer to a WORD value containing a flag describing which pen
system components are loaded. The flags can be a combination of the following values:
 PWF_RC1 Support available for Pen API version 1.0 Recognition Context (RC) and associated functions. PWF_PEN Pen/tablet hardware is present. PWF_INKDISPLAY Ink-compatible display driver is present. PWF_RECOGNIZER System recognizer is present. PWF_BEDIT Boxed edit (bedit) control is available. PWF_HEDIT Handwriting edit (hedit) control is available. PWF_IEDIT Ink edit (iedit) control is available. PWF_ENHANCED Enhanced features, including gesture support and 1 millisecond timing, are available. PWF_FULL All components listed above are present..  | 
| PMI_SYSREC
 | lParam is a far pointer to an HREC value which is the handle of the system recognizer, if present.
 | 
| PMI_TICKREF
 | lParam is the address of an ABSTIME structure indicating  the absolute reference time that the system uses to
calculate time-stamps for strokes in pen data objects and inkset
 | 
| PMI_TIMEOUT
 | lParam is a far pointer to a UINT value indicating time-out value to end
hand-writing input, in milliseconds.
 | 
| PMI_TIMEOUTGEST
 | lParam is a far pointer to a UINT value indicating time-out value to end a gesture,
in milliseconds.
 | 
| PMI_TIMEOUTSEL
 | lParam is a far pointer to a UINT value indicating  the time-out value in
milli-seconds for press-and-hold gesture. The range of permissible values is 0 to 5000.
If press-and-hold has been disabled, this value is 65,535.
 | 
| Constant
 | Description
 | 
| PMIR_INDEX
 | wParam is out of range.
 | 
| PMIR_NA
 | Support for this value of wParam is not available.
 | 
| PMIR_VALUE
 | lParam is NULL or a invalid pointer.
 | 
- dark blue RGB( 0, 0, 127)
 - dark green RGB( 0, 127, 0)
 - dark cyan RGB( 0, 127, 127)
 - dark red RGB(127, 0, 0)
 - purple RGB(127, 0, 127)
 - brown RGB(127, 127, 0)
 - gray RGB(127, 127, 127)
 
- Software for developers
 - 
				Delphi Components
.Net Components
Software for Android Developers - More information resources
 - 
				MegaDetailed.Net
Unix Manual Pages
Delphi Examples 


