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

gets the offset of a string in the string table given a string ID and a language ID

C
LIB_EXPORT uint32_t leStringTable_GetStringOffset(
    const leStringTable* table, 
    uint32_t stringID, 
    uint32_t languageID
);
Parameters
Parameters 
Description 
const leStringTable* table 
the table to query 
uint32_t stringID 
the string to query 
uint32_t languageID 
the language to query 
Returns

uint32_t - the offset of the string in bytes

MPLAB® Harmony Graphics Suite