wmJNI.c
WmRecInit


jint
WmRecInit(
      WmContext *con)
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 by C Services.

Parameters:
WmContext *con - WmContext.
Returns:
jint - Success initialization return 1 otherwise return 0.