KCML_Kconf_GetUsers
Purpose
Retrieve the validusers access control list
Definition
DEFSUB 'KCML_Kconf_GetUsers(BYREF serviceName$, BYREF x$()_KCML_KconfACL)) AS Bool
Parameters
| serviceName | Name of service |
| x | Redimmed to number of validusers |
Return
TRUE for success
Description
Returns a array of KCML_KconfACL records for each user in the validuser 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.