wmJNI.c
WmInit


jint
WmInit(
      WmContext *con,
      jobject o)
The function is used to initialize the APIs that wrap the core Java APIs. Those APIs defines the basic constructs used to define client and server contexts which manage IS service invocations, It also includes specific calls required exclusively C Services. Deprecated and used for backward compatibility.

Parameters:
WmContext *con - WmContext.
jobject o - Input Values object.
Returns:
jint - Success initialization return 1 otherwise return 0.