nca_java_delete_name
Example: nca_java_delete_name | Java Object Functions |
Deletes the saved property name in the Java object.
int nca_java_delete_name( LPCSTR name, LPCSTR property_name );
name | The name of the java object |
property_name | The name of the property field within the java object |
Use nca_java_delete_name to delete the memory used to store properties saved by Vugen when recording Java objects. Vugen only saves Java objects when the JAVA_SAVE_PROP option in nca_java_set_option is enabled.
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
Parameterization is not available for this function.