Retrieve a ZVAR handle to an item in a list, specified by its name.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
ZVAR zlist_GetItemA(ZLIST hList, const char* lpVarName);
| Name | Type | Comment |
|---|---|---|
| hList | ZLIST | A ZLIST handle, an item of which is to be retrieved. |
| lpVarName | const char* | A pointer to a C-style string, giving the name of the variable to be retrieved. |
Null if an error occurred, and a valid ZVAR otherwise.
None.