HP-UX SNAplus2 R7 APPC Programmer's Guide
APPC Conversation Verbs
MC_TEST_RTS_AND_POST and TEST_RTS_AND_POST
4.20.5 Supplied Parameters
The TP supplies the following parameters to APPC:
opcode
Possible values are:
AP_M_TEST_RTS_AND_POST
For the MC_TEST_RTS_AND_POST verb.
AP_B_TEST_RTS_AND_POST
For the TEST_RTS_AND_POST verb.
opext
Possible values are:
AP_MAPPED_CONVERSATION
For the MC_TEST_RTS_AND_POST verb.
AP_BASIC_CONVERSATION
For the TEST_RTS_AND_POST verb.
tp_id
Identifier for the local TP.
The value of this parameter was returned by the TP_STARTED verb in the invoking TP or by RE-
CEIVE_ALLOCATE in the invoked TP.
conv_id
Conversation identifier.
The value of this parameter was returned by the [MC_]ALLOCATE verb in the invoking TP or by
RECEIVE_ALLOCATE in the invoked TP.
UNIX
callback
Address of the callback routine which APPC is to call when a REQUEST_TO_SEND notification is received.
For more information, see Section 4.20.9, Usage Notes.
WINDOWS
sema
A Windows event handle, obtained by calling one of the two Win32 functions CreateEvent or
OpenEvent. APPC signals this event handle to inform the TP when the REQUEST_TO_SEND notification
is received.
4.20.6 Returned Parameters
After the verb executes, APPC returns parameters to indicate whether the execution was successful and, if not, to
indicate the reason the execution was not successful.
244