MPLAB® Harmony Graphics Suite
|
Set the show call back event function pointer for the specified screen
LIB_EXPORT laResult laScreen_SetShowEventCallback( laScreen* scr, laScreen_ShowHideCallback_FnPtr cb );
Parameters |
Description |
laScreen* scr |
the screen to modify |
the function pointer to use |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|