wmJNI.c
getWmStringByIndices
char *
getWmStringByIndices
(
WmRecord *curRec,
jint idx1,
jint idx2)
Gets the string from the input string table by indices.
Parameters:
WmRecord *curRec
- Input WmRecord structure(WM_STRTABLE).
jint idx1
- The first index of the string in the string table.
jint idx2
- The second index of the string in the string table.
Returns:
char *
- String created by this function.