wmJNI.c
newWmRecArray


WmRecord *
newWmRecArray(
      WmContext *con,
      jsize size)
Constructs a new WmRecord(WM_RECARRAY).

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