wmJNI.c
newWmStringArray


WmRecord *
newWmStringArray(
      WmContext *con,
      jsize size)
Constructs a new WmRecord(WM_STRARRAY).

Parameters:
WmContext *con - WmContext created during service invocation.
jsize size - String array dimension.
Returns:
WmRecord * - WmRecord(WM_STRARRAY) created by this function.