Share via


ScriptString_pcOutChars (Windows CE 5.0)

Send Feedback

This function returns a pointer to the length of a string after clipping.

const int* WINAPI ScriptString_pcOutChars(  SCRIPT_STRING_ANALYSIS ssa);

Parameters

Return Values

If the function is successful, it returns a pointer to the length of the string after clipping. The length is the number of Unicode code points.

If the function fails, it returns NULL.

Remarks

Clipping requires that SSA_CLIP was requested in the original call to ScriptStringAnalyse.

Note, the INT pointer is valid only until the associated ssa is passed to ScriptStringFree.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Usp10.h.
Link Library: Uspce.lib.

See Also

ScriptStringAnalyse | ScriptStringFree | SCRIPT_STRING_ANALYSIS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.