wmJNI.c
setWmStringArray


jint
setWmStringArray(
      WmRecord *targetRec,
      WmName sName,
      WmRecord *curRec)
Sets the string array(WM_STRARRAY) to the target record(WM_RECORD) by string array name.

Parameters:
WmRecord *targetRec - The target record
WmName sName - String array name
WmRecord *curRec - The string array.
Returns:
jint - The status of this operation. Success return 1 otherwise return 0.