xpxGetClientNames

FUNCTION xpxGetClientNames (clientId       : INTEGER; 
                            VAR hostName   : STRING; 
                            VAR clientName : STRING) 
                            status         : INTEGER;

The xpxGetClientNames function reads the defined client name for a given client Id. All clients that connect to an EDMserver  will have assigned a unique numeric client Id. Defining a client name, however, is optional. If defined, this function will return the client name. The host name will also be returned.

Arguments


TypeNameComment
INTEGERclientIdspecifies the unique numeric id that identifies the connected client.
STRINGhostNamespecifies the address of a string pointer that will receive the host name at which the client process is running.
STRINGclientNamespecifies the address of a string that will receive the optionally defined client name of the client process.

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â