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

Gets the number of strings in a string table

C
LIB_EXPORT uint32_t leStringTable_GetStringCount(
    const leStringTable* table
);
Parameters
Parameters 
Description 
const leStringTable* table 
the table to query 
Returns

uint32_t - the number of strings in the table

MPLAB® Harmony Graphics Suite