wmJNI.c
setWmRecArray


jint
setWmRecArray(
      WmRecord *targetRec,
      WmName recArrayName,
      WmRecord *recArray)
The function is used to set the source record array(WM_RECARRAY) to the target record(WM_RECORD) by record array name.

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