wmJNI.c
newWmStringTable


WmRecord *
newWmStringTable(
      WmContext *con,
      jsize size1,
      jsize size2)
Constructs a new WmRecord(WM_STRTABLE).

Parameters:
WmContext *con - WmContext created during service invocation.
jsize size1 - String table first dimension.
jsize size2 - String table second dimension.
Returns:
WmRecord * - WmRecord(WM_STRTABLE) created by this function.