Share via


SCRIPT_ITEM (Windows Embedded CE 6.0)

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

See Also

Reference

SCRIPT_ANALYSIS

Other Resources

Uniscribe Structures