wmJNI.c
getWmRec
WmRecord *
getWmRec
(
WmRecord *curRec,
jstring sName)
Returns the WmRecord(WM_RECORD) by record name from the given WmRecord.
Parameters:
WmRecord *curRec
- Input WmRecord structure(WM_RECORD).
WmName sName
- Name of the Record.
Returns:
WmRecord *
- WmRecord(WM_RECORD) created by this function.