Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SCRIPT_ITEM structure (usp10.h)

Contains a script item, including 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

Offset from the beginning of the itemized string to the first character of the item, counted in Unicode code points (WCHAR values).

a

A SCRIPT_ANALYSIS structure containing the analysis of the item.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header usp10.h
Redistributable Internet Explorer 5 or later onWindows Me/98/95

See also

SCRIPT_ANALYSIS

ScriptItemize

ScriptItemizeOpenType

Uniscribe

Uniscribe Structures


Feedback

Was this page helpful?

Additional resources