ScriptString_pcOutChars

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

Syntax

  
const int* WINAPI ScriptString_pcOutChars(
  SCRIPT_STRING_ANALYSIS 
  ssa
   
);

Parameters

Return Value

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

Header usp10.h
Library Uspce.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

ScriptStringAnalyse
ScriptStringFree
SCRIPT_STRING_ANALYSIS