wmJNI.c
setWmStringByIdx


jint
setWmStringByIdx(
      WmRecord *targetRec,
      jint idx,
      const char *value)
Sets the string to the target string array(WM_STRARRAY) at the specified index.

Parameters:
WmRecord *targetRec - The target string array
jint idx - Specified index to set the string
const char *value - The string.
Returns:
jint - The status of this operation. Success return 1 otherwise return 0.