MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laScreen_GetHideEventCallback Function
MPLAB® Harmony Graphics Suite
laScreen_GetHideEventCallback Function

Returns the hide call back event function pointer for the specified screen

C
LIB_EXPORT laScreen_ShowHideCallback_FnPtr laScreen_GetHideEventCallback(
    laScreen* scr
);
Parameters
Parameters 
Description 
laScreen* scr 
the screen to reference 
Returns
MPLAB® Harmony Graphics Suite