MPLAB® Harmony Graphics Suite
|
This function allocates memory and initializes the input string pointer. The caller is responsible for managing the memory once this function returns.
LIB_EXPORT laResult laListWidget_GetItemText( laListWidget* lst, uint32_t idx, laString* str );
Parameters |
Description |
laListWidget* lst |
the widget |
uint32_t idx |
the index to consider |
laString* str |
a pointer to an laString object |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|