MPLAB® Harmony Graphics Suite
|
Gets the length of a string in the string table in codepoints
LIB_EXPORT leResult leStringTable_GetStringLength( const leStringTable* table, leStringInfo* info );
Parameters |
Description |
const leStringTable* table |
the table to query |
leStringInfo* info |
a valid leStringInfo structure |
leResult - the result of the operation
The provided info pointer will have its length value set
MPLAB® Harmony Graphics Suite
|