wmJNIc.c
endWmTx


jint
endWmTx(
      WmContext *tc,
      WmTid tid)
Clears a transaction. It's primarily used to cleanup after transaction completion.
Parameters:
WmContext *tc - Transaction Context(WM_TRAN_CONTEXT).
WmTid tid - Transaction id.
Returns:
jint - Success return 1 otherwise return 0.