wmJNI.c
getWmRecArrayByIdx
WmRecord *
getWmRecArrayByIdx
(
WmRecord *curRec,
jint idx)
Gets the WmRecord(WM_RECARRAY) from the input record array by index.
Parameters:
WmRecord *curRec
- Input WmRecord structure(WM_RECARRAY).
jint idx
- The index of the record array to be retrieved.
Returns:
WmRecord
* - WmRecord(WM_RECARRAY) created by this function.