This section briefly describes each APPC verb, grouped by function.
ALLOCATE can establish either a basic or a mapped conversation. MC_ALLOCATE can start only a mapped conversation. After the conversation is allocated, APPC uses this verb to return a conversation identifier (conv_id).
The data collected in the local LU's send buffer is transmitted to the partner LU and partner TP when one of the following occurs:
When the TP issues this verb, APPC returns control to the TP immediately. When the specified conditions are satisfied, the Win32® event specified as a parameter is signalled and the verb completes. Then the TP looks at the return code in the verb control block to determine whether or not any data or status notification has arrived at the local LU and issues a RECEIVE_IMMEDIATE or RECEIVE_AND_WAIT verb to actually receive the data or status notification.
Issuing this verb while the conversation is in SEND state flushes the LU's send buffer and changes the conversation state to PENDING_POST. The local TP then begins to receive data asynchronously.
Issuing this verb while the conversation is in SEND state flushes the LU's send buffer and changes the conversation state to RECEIVE. The local TP then begins to receive data.