KCML_Kconf_GetClients

Purpose

Retrieve the validclients access control list

Definition

DEFSUB 'KCML_Kconf_GetClients(BYREF serviceName$, BYREF x$()_KCML_KconfACL)) AS Bool

Parameters

serviceNameName of service
xRedimmed to number of validclients

Return

TRUE for success

Description

Returns a array of KCML_KconfACL records for each entry in the validclient access control list. If serviceName$ is set the service's ACL is returned, otherwise the top-level ACL is returned.

See also

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