Share via


SCRIPT_ITEM

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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