MPLAB® Harmony Graphics Suite
|
gets the offset of a string in the string table given a string ID and a language ID
LIB_EXPORT uint32_t leStringTable_GetStringOffset( const leStringTable* table, uint32_t stringID, uint32_t languageID );
Parameters |
Description |
const leStringTable* table |
the table to query |
uint32_t stringID |
the string to query |
uint32_t languageID |
the language to query |
uint32_t - the offset of the string in bytes
MPLAB® Harmony Graphics Suite
|