Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxGetMyClientId (VAR myClientId   : INTEGER;
                           VAR myHostName   : STRING; 
                           VAR myClientName : STRING) 
                           status           : INTEGER;

Returns info about my clients connection to an EDM Server. When connecting to an EDM Server, all clients will be assigned unique numeric client Ids. Optionally, all clients may also define a client name for them selves. This will simplify the identification of my client process on the EDM Server when all clients are listed by edmiWhoIsOn.

Arguments

...

TypeNameComment
INTEGERmyClientIdthe client Id of my current connection with the EDM Server.
STRINGmyHostNamethe name of the host at which my client process is running.
STRINGmyClientNamethe optionally defined name of my clients current connection with the EDM Server.

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"