Hi,
Word 'handle' is used at many places in document. Like Button Handle, Window handle.. What is handle exactly ?
For example, to set font for the button, i have to pass handle of the button as a first argument in
BUTTON_SetFont(BUTTON_Handle hObj, const GUI_FONT * pFont);
what i'm passing here as first argument ? Is it address or Value or Structure or something else ?
The API is not exposed to the user so thought to ask it here.
Word 'handle' is used at many places in document. Like Button Handle, Window handle.. What is handle exactly ?
For example, to set font for the button, i have to pass handle of the button as a first argument in
BUTTON_SetFont(BUTTON_Handle hObj, const GUI_FONT * pFont);
what i'm passing here as first argument ? Is it address or Value or Structure or something else ?
The API is not exposed to the user so thought to ask it here.