wmJNI.c
setWmStringTable


jint
setWmStringTable(
      WmRecord *targetRec,
      WmName sName,
      WmRecord *curRec)
Sets the string table(WM_STRTABLE) to the target record(WM_RECORD) by string table name.

Parameters:
WmRecord *targetRec - The target record
WmName sName - String table name
WmRecord *curRec - The string table.
Returns:
jint - The status of this operation. Success return 1 otherwise return 0.