![]() |
BillMax Billing Solutions 877.245.5629 sales@billmax.com |
BillMax_ListGetItemByDescr — Populate a LISTITEM structure based on description
#include "billmax.h"
int BillMax_ListGetItemByDescr( |
list, | |
| list, | ||
| descr, | ||
listitem); |
|
list; |
|
descr; |
|
listitem; |
Populates listitem using list and descr to retrieve a single entry from the lists table. If the List contains multiple entries with the same descr, only one entry is returned.
The name of the List.
The value of lists.descr of the List entry to retrieve.
On return, a populated LISTITEM structure. See LISTITEM structure.