This function is used to retrieve a resource identified by JNDI name to an IMAGE-type variable.
Context
Adelia Web client
Adelia Cloud client
Event Adelia client
Java client
Java server
Parameters
ALPHA(n) |
JNDIname |
JNDI name of the resource to retrieve. |
ALPHA(n) |
DestImg |
Destination IMAGE variable. |
BOOL |
ReturnCode |
Return code. |
Example
ALPHA(256) |
JNDIname |
ALPHA(256) |
DestImg |
BOOL |
ReturnCode |
JNDIname = 'url/licfile'
CALL_DLL 'VaToolbx.dll' 'VaToolBxCopyImageFromJNDI' JNDIname DestImg ReturnCode
The JNDI resource named 'url/licFile' is copied to the ImgDest IMAGE variable.