wmJNI.c
setWmRecArrayByIdx


jint
setWmRecArrayByIdx(
      WmRecord *targetRec,
      jint idx,
      WmRecord *curRec)
Sets the source record array(WM_RECARRAY) to the target record array(WM_RECARRAY) at the specified index.

Parameters:
WmRecord *targetRec - The target record array
jint idx - Specified index to set the record array
WmRecord *curRec - The source record array.
Returns:
jint - The status of this operation. Success return 1 otherwise return 0.