ScriptString_pcOutChars (Windows Embedded CE 6.0)
1/6/2010
This function returns a pointer to the length of a string after clipping.
Syntax
const int* WINAPI ScriptString_pcOutChars(
SCRIPT_STRING_ANALYSIS ssa
);
Parameters
- ssa
[in] A SCRIPT_STRING_ANALYSIS structure for the string.
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