GetClientGUIDs 

(RPC Manager Library)

Description:              This function returns a one-dimensional array of the application GUIDs of the clients of the specified RPC service instance.

Returns:                    Array

Usage:                       Steady State or subroutine call

Format:                      \RPCManager\GetClientGUIDs(Service [, OptGUID]);

Parameters:             Service   { text }  { required }  { no default }

                                              The name by which the service is known.

                                    OptGUID   { varies }  { optional }  { default: see note }

                                              An optional parameter indicating the GUID of the application in which the service instance is located. The default is the application to which the caller belongs.

Comments:               This subroutine is a member of the RPC Manager's Library, and must therefore be prefaced by \RPCManager\, as shown in the "Format" section. If the application you are developing is a script application, the subroutine call must be prefaced by System\RPCManager\, and the System variable must be declared in AppMod.src.

                             The returned array elements will all be the same, unless cross-application RPC is being used.