wmJNI.c
newWmRec
- WmRecord *
- newWmRec(
WmContext *con)
Constructs a new WmRecord. WmRecord is the primary structure for all service invocations. It implements
four types:WM_RECORD, WM_RECARRAY, WM_STRARRAY, WM_STRTABLE.
- Parameters:
WmContext *con
- WmContext created during service invocation.
- Returns:
WmRecord *
- WmRecord created by this function.