Syntax
bool AL_SetUserParam3(
LIST_HANDLE list,
int index,
char *param
);
Parameters
- list
- [in] List handle
- index
- [in] Index number of the list item.
- param
- [in] A pointer to 16 bytes char array parameter to be set in userParam3 of the list item.
Return value
Returns true if the function succeeds, false otherwise.Remarks
Copy the 16 bytes char array parameter pointed by param to userParam3 of the list item specified by index.The parameters set in userParam3 of the list item can be obtained by the listItem.userParam3 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