MPLAB® Harmony Graphics Suite
|
Gets the number of strings in a string table
LIB_EXPORT uint32_t leStringTable_GetStringCount( const leStringTable* table );
Parameters |
Description |
const leStringTable* table |
the table to query |
uint32_t - the number of strings in the table
MPLAB® Harmony Graphics Suite
|