xpxGetClientId

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

The xpxGetClientId function returns the coresponding client Id of a given client Name. All clients that connect to an EDMserver  will have assigned a unique numeric client Id. Defining a client name, however, is optional. Therefore this function may only be used to retrieve the client Ids of clients that are connected with the EDMserver with a defined client name.

Arguments


TypeNameComment
STRINGclientNamespecifies the defined client name of the connected client. Use xpxDefineClientName to define client names.
INTEGERclientIdis an address of a variable that will receive the unique numeric id that identifies the connected client.
STRINGhostNameis an address of a string pointer that will receive the host name at which the client process is running

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.