MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > h) String Functions > leStringTable_GetStringLength Function
MPLAB® Harmony Graphics Suite
leStringTable_GetStringLength Function

Gets the length of a string in the string table in codepoints

C
LIB_EXPORT leResult leStringTable_GetStringLength(
    const leStringTable* table, 
    leStringInfo* info
);
Parameters
Parameters 
Description 
const leStringTable* table 
the table to query 
leStringInfo* info 
a valid leStringInfo structure 
Returns

leResult - the result of the operation

Remarks

The provided info pointer will have its length value set

MPLAB® Harmony Graphics Suite