Syntax
bool AL_SetUserParam1(
LIST_HANDLE list,
int index,
int param
);
Parameters
- list
- [in] List handle
- index
- [in] Index number of the list item.
- param
- [in] int parameter to be set in userParam1 of the list item.
Return value
Returns true if the function succeeds, false otherwise.Remarks
Set the value of param to userParam1 of the list item specified by index.The value set in userParam1 of the list item can be obtained by the listItem.userParam1 member of the AL_ListItemData structure obtained by AL_GetListItemData function.
Requirements
Header file:
lib.hLibrary file:
AdvancedMenu.h
libAdvancedMenu.a
libSTARTUPOPH5000.a
See also
Last updated: 2020/10/09