Append the contents of one list to the end of another.
bool CExtAPI::list_Append(ZLIST hList, ZLIST hList2);
| Name | Type | Comment |
|---|---|---|
| hList | ZLIST | A handle to a list. |
| hList2 | ZLIST | A handle to the list, the contents of which are to be appended to hList. |
False if an error occurred, and true otherwise.
None.