KCML_Kconf_GetAliases

Purpose

Obtain a list of aliases

Definition

DEFSUB 'KCML_Kconf_GetAliases(BYREF serviceName$, BYREF x$()_KCML_KconfAlias)) AS Bool

Parameters

serviceNameName of service
xRedimmed to number of aliases

Return

TRUE for success

Description

Returns a array of KCML_KconfAlias records for each alias that has been defined in the kconf.xml configuration file. If serviceName$ is set the list of aliases for the service is returned, otherwise the top-level alias list is returned.

See also

Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.