wmJNI.c
setWmStringByIndices


jint
setWmStringByIndices(
      WmRecord *targetRec,
      jint idx1,
      jint idx2,
      const char *value)
Sets the string to the target string table(WM_STRTABLE) at the specified indices.

Parameters:
WmRecord *targetRec - The target string table
jint idx1 - First specified index to set the string
jint idx2 - Second specified index to set the string
const char *value - The string.
Returns:
jint - The status of this operation. Success return 1 otherwise return 0.