SCRIPT_ITEM (Windows CE 5.0)
This structure includes a SCRIPT_ANALYSIS structure with the string offset of the first character of the item.
typedef struct tag_SCRIPT_ITEM { int iCharPos; SCRIPT_ANALYSIS a; } SCRIPT_ITEM;
Members
- iCharPos
Specifies the offset from the beginning of the itemized string to the first character of this item, counted in Unicode code points, that is, in words. - a
Specifies a SCRIPT_ANALYSIS structure containing analysis specific to this item.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Usp10.h.
See Also
Send Feedback on this topic to the authors