nca_java_get_value
| Example: nca_java_get_value | Java Object Functions |
Retrieves the value of a Java object.
int nca_java_get_value( LPCSTR name, char *value );
| name | The name of the Java object. |
| value | A pointer to the string containing the value of the java object. |
The nca_java_get_value function retrieves the value of the specified Java object.
This and other nca_java functions can be sent to the server as a single packet by wrapping the set of nca_java calls with nca_step_begin and nca_step_end functions.
Return Values
Parameterization
The following variable can be parameterized using standard parameterization: name

