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