Uses of Class
com.jniwrapper.win32.com.CallType

Packages that use CallType
com.jniwrapper.win32.com The com.jniwrapper.win32.com package contains a number of standard COM interfaces wrappers. 
 

Uses of CallType in com.jniwrapper.win32.com
 

Fields in com.jniwrapper.win32.com declared as CallType
static CallType CallType.CALLTYPE_TOPLEVEL
          A top-level call has arrived and the object is not currently waiting for a reply from a previous outgoing call.
static CallType CallType.CALLTYPE_NESTED
          A call has arrived bearing the same logical thread identifier as that of a previous outgoing call for which the object is still awaiting a reply.
static CallType CallType.CALLTYPE_ASYNC
          An asynchronous call has arrived.
static CallType CallType.CALLTYPE_TOPLEVEL_CALLPENDING
          A new top-level call has arrived with a new logical thread identifier and the object is currently waiting for a reply from a previous outgoing call.
static CallType CallType.CALLTYPE_ASYNC_CALLPENDING
          An asynchronous call has arrived with a new logical thread identifier and the object is currently waiting for a reply from a previous outgoing call.