MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laArray_Resize Function
MPLAB® Harmony Graphics Suite
laArray_Resize Function
C
LIB_EXPORT laResult laArray_Resize(
    laArray* arr, 
    uint32_t sz
);
Parameters
Parameters 
Description 
laArray* arr 
pointer to the array to resize 
uint32_t sz 
the desired capacity 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite