Syntax
bool AL_GetListItemData(
LIST_HANDLE list,
int index,
AL_ListItemData *listItemData
);
Parameters
- list
- [in] List handle
- index
- [in] Index number of the list item.
- listItemData
- [out] A pointer to an AL_ListItemData structure that stores the list item data.
Return value
Returns true if the function succeeds, false otherwise.Remarks
Gets the data of the list item specified by index and stores it in the AL_ListItemData structure pointed by listItemData.Requirements
Header file:
lib.hLibrary file:
AdvancedMenu.h
libAdvancedMenu.a
libSTARTUPOPH5000.a
Last updated: 2020/10/09