MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laString_Delete Function
MPLAB® Harmony Graphics Suite
laString_Delete Function
C
LIB_EXPORT void laString_Delete(
    laString** str
);
Parameters
Parameters 
Description 
laString** str 
pointer to a pointer to a string object 
Returns

void

Remarks

Will free local string data and the memory for the string pointer itself, setting the pointer to NULL if successful

MPLAB® Harmony Graphics Suite