krn.GetChannelGUID

This job returns the GUID of the currently open server communication channel. The channel GUID is used for unique identification of the connection in server-side logs and session tables.

This job is not listed in the official enaio® kernel engine overview. This description was reconstructed from the call code of the enaio-jobs-custom template.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Reserved; always pass 0.

2. Output Parameters

Name Type Dependency Description

ChannelGUID

STRING

GUID of the current communication channel.

3. Return Value

(INT): 0 = job successful, otherwise error code.

4. See Also