Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
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 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.
The argument <clientName>

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

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"