APPC Conversation Verbs

This section describes the APPC conversation verbs. The description of each verb provides:

Mapped conversation verbs are preceded by an MC_ designator. For example, the mapped conversation verb MC_ALLOCATE corresponds to the basic conversation verb ALLOCATE.

Most parameters supplied to and returned by APPC are hexadecimal values. To simplify coding, these values are represented by meaningful symbolic constants, which are established by #define statements in the WINAPPC.H header file. For example, the opcode (operation code) member of the mc_send_data structure used by the MC_SEND_DATA verb is the hexadecimal value represented by the symbolic constant AP_M_SEND_DATA. Use only the symbolic constants when writing TPs.