MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laList_Find Function
MPLAB® Harmony Graphics Suite
laList_Find Function
C
LIB_EXPORT int32_t laList_Find(
    laList* list, 
    void* val
);
Parameters
Parameters 
Description 
laList* list 
pointer to the list to reference 
void* val 
the value to search for 
Returns

int32_t - the index of the value searched for

MPLAB® Harmony Graphics Suite