Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Other versions of this page are also available for the following:
.gif)
.gif)
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
- 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 |