wmJNIc.c
retrieveWmTx


WmRecord *
retrieveWmTx(
      WmContext *tc,
      WmTid tid,
      jint block)
Retrieve the results of an asynchronous call. May be used in blocking or polling modes. In polling mode, returns null if transaction is still pending.

Parameters:
WmContext *tc - Transaction Context(WM_TRAN_CONTEXT).
WmTid tid - Transaction id.
jint block - Blocking until result is available.
Returns:
WmRecord * - Service output data.