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 laLabelWidget_GetText( laLabelWidget* lbl, laString* str );
Parameters |
Description |
laLabelWidget* lbl |
the widget |
laString* str |
a pointer to an laString object |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|