Versions Compared

Key

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

...

BOOL

Lce3GLGetValue 

(int

iSession,



 Int

iParam,



 Int

iSubParam,



 Char far *

strValue)

Parameters

iSession

The session identifier as returned by LceGetSessionId.

iParam

The first level number of the parameter to be retrieved.

iSubParam

The number of the sub-parameter within this first level parameter.

strValue

The storage location to receive the returned value. The size of strValue should be at least iLength + 4 (as defined in Lce3GLDefineParameter).

...

FALSE is returned if an error occurs.

Notes

Portability Considerations

Lce3GLGetValue is only supported if your host system is an IBM i. Unpredictable data will be returned by Lce3GLGetValue if an error was returned by the host from Lce3GLCall.

...

  • This function may be executed at any time after the session is opened.
  • This function performs no communications to the host.

Related Functions

6.4 Lce3GLDefineParameter

6.3 Lce3GLCall