wmJNI.c
getWmStringArrayByIdx


WmRecord *
getWmStringArrayByIdx(
      WmRecord *curRec,
      jint idx)
Gets WmRecord(WM_STRARRAY) from the input string table by index.

Parameters:
WmRecord *curRec - Input WmRecord structure(WM_STRTABLE).
jint idx - The index of the string array in the string table.
Returns:
WmRecord * - WmRecord(WM_STRARRAY) created by this function.