MPLAB® Harmony Graphics Suite
|
Gets the offset of a string in the string table using an the active global language
LIB_EXPORT uint32_t leStringTable_GetActiveStringOffset( const leStringTable* table, uint32_t stringID );
Parameters |
Description |
const leStringTable* table |
the table to query |
uint32_t stringID |
the string to query |
uint32_t - the offset of the string in bytes
MPLAB® Harmony Graphics Suite
|