wmJNI.c
getWmStringTable


WmRecord *
getWmStringTable(
      WmRecord *curRec,
      WmName sName)
Gets WmRecord(WM_STRTABLE) by string table name.

Parameters:
WmRecord *curRec - Input WmRecord structure(WM_RECORD).
WmName sName - The name of the string table.
Returns:
WmRecord * - WmRecord(WM_STRTABLE) created by this function.