wmJNI.c
getWmStringByIdx


char *
getWmStringByIdx(
      WmRecord *curRec,
      jint idx)
Gets the string from the input string array by index.

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