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.
1/6/2010
This structure includes a SCRIPT_ANALYSIS structure with the string offset of the first character of the item.
Syntax
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
| Header | usp10.h |
| Windows Embedded CE | Windows CE 5.0 and later |