Syntax
pAM_ShiftCandidateTable AM_GetAlphaCandidateTable(
MENU_HANDLE menu,
int id
);
Parameters
- menu
- [in] Menu handle
- id
-
[in] Item ID of menu item.
Return value
Returns a pointer to AM_ShiftCandidateTable structure set in the menu item of the input field specified by id.
Remarks
Acquires the AM_ShiftCandidateTable structure set in the menu item.To set the AM_ShiftCandidateTable structure for a menu item, specify the alphaCandidateTable of the AM_EditParam structure.
You can get the default AM_ShiftCandidateTable structure by specifying NULL for the menu parameter of this function.
Requirements
Header file:
lib.hLibrary file:
AdvancedMenu.h
libAdvancedMenu.a
libSTARTUPOPH5000.a
Last updated: 2020/10/09