C
void LbDelItem( LISTBOX * pLb, LISTITEM * pItem );
Overview
This function removes an item from the list box and frees the memory used.
Input Parameters
Input Parameters |
Description |
LISTBOX * pLb |
The pointer to the list box object. |
LISTITEM * pItem |
The pointer to the item that will be removed. |
Returns
none
Preconditions
none
Side Effects
none