C
#define LbGetItemList(pLb) ((LISTITEM *)((LISTBOX *)pLb)->pItemList)
Overview
This function returns the pointer to the current item list used in the list box.
Input Parameters
Input Parameters |
Description |
pLb |
The pointer to the list box object. |
Returns
Returns the pointer to the LISTITEM used in the list box.
Preconditions
none
Side Effects
none
Example
See LbAddItem() example.