Table of Contents

list_GetList

Description

Retrieve a ZLIST from the parent application.

Function prototype

ZLIST CExtAPI::list_GetList(const char* lpListName);

Arguments

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'.

Return value

Null if an error occurred, and a valid ZLIST otherwise.

Comments

None.