wmJNI.c
setWmStringArrayByIdx
jint
setWmStringArrayByIdx
(
WmRecord *targetRec,
jint idx,
WmRecord *curRec)
Sets the string array(WM_STRARRAY) to the target string table(WM_STRTABLE) at the specified index.
Parameters:
WmRecord *targetRec
- The target string table
jint idx
- Specified index to set the string array
WmRecord *curRec
- The string array.
Returns:
jint
- The status of this operation. Success, return 1 otherwise return 0.