Szerkesztés

Megosztás a következőn keresztül:


Ending a Conversation

The following calls end a conversation:

Note

The names of the calls are pseudonyms. The actual C function names appear in parentheses after the pseudonyms. For example, Accept_Conversation is the pseudonym for a call. The actual function name is cmaccp.

Deallocate( cmdeal)
Deallocates a conversation between two programs. Before deallocating the conversation, this call performs the equivalent of the Flush or Confirm call, depending on the current conversation synchronization level and deallocate type.

Set_Deallocate_Type( cmsdt)
Specifies how the conversation is to be deallocated. The deallocation instructions specified by this call take effect when Deallocate is issued or when the send type is set to CM_SEND_AND_DEALLOCATE and Send_Data is issued.