wmJNI.c
setWmString


jint
setWmString(
      WmRecord *targetRec,
      WmName sName,
      const char *value)
Sets the string to the target record(WM_RECORD) by string name.

Parameters:
WmRecord *targetRec - The target record
WmName sName - String name
const char *value - The string.
Returns:
jint - The status of this operation. Success return 1 otherwise return 0.