Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies a range of strokes in the InkDisp object.
Syntax
typedef struct tagSTROKE_RANGE {
ULONG iStrokeBegin;
ULONG iStrokeEnd;
} STROKE_RANGE;
Members
iStrokeBegin
Index of the first stroke in the range, inclusive.
iStrokeEnd
Index of the last stroke in the range, inclusive.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
| Minimum supported server | None supported |
| Header | tpcshrd.h (include Tcpshrd.h) |