Retrieve a ZLIST from the parent application.
ZLIST CExtAPI::list_GetList(const char* lpListName);
Name | Type | Comment |
---|---|---|
lpListName | const char* | The name of the list to be retrieved. Names are case sensitive, and '.' denotes a nested list (e.g. 'hello.howareyou' accesses the list 'howareyou' in the list 'hello'. |
Null if an error occurred, and a valid ZLIST otherwise.
None.