OSI/MHS P7 Application Programmatic Interface (P7 API) Manual

DDL Definitions
OSI/MHS P7 Application Programmatic Interface (P7 API) Manual424825-001
A-2
External Constants
ZMHS-VAL-DT-xxx
ZMHS-VAL-DT-DATA-OFFSET
specifies a data offset from the beginning of the P7 API data blocks. These bytes are
reserved for control information used by the P7 API during LOS_DT_SEND_
procedure calls.
ZMHS-VAL-DT-MORE-DATA
specifies that there is more data to be sent in a subsequent LOS_DT_SEND_ call or
received in a subsequent LOS_DT_FINISH_RESULT_ call.
ZMHS-VAL-DT-NO-MORE-DATA
specifies that there is no more data to be sent or received.
ZMHS-VAL-DT-MS-BIND-ARG
specifies the type of data being sent in the LOS_DT_SEND_ procedure call.
ZMHS-VAL-DT-MS-UNBIND-ARG
specifies the type of data being sent with the LOS_DT_SEND_ procedure call.
ZMHS-VAL-DT-P-DATA
specifies the type of data being sent with the LOS_DT_SEND_ procedure call or
received with the LOS_DT_FINISH_RESULT_ call.
ZMHS-VAL-DT-MS-BIND-RESULT
specifies the type of data being received with the LOS_DT_FINISH_RESULT_
procedure call.
ZMHS-VAL-DT-MS-BIND-ERROR
specifies the type of data being received with the LOS_DT_FINISH_RESULT_
procedure call.
DATA-OFFSET VALUE 24
MORE-DATA VALUE 240
NO-MORE-DATA VALUE 241
MS-BIND-ARG VALUE 242
MS-UNBIND-ARG VALUE 243
P-DATA VALUE 244
MS-BIND-RESULT VALUE 245
MS-BIND-ERROR VALUE 246
MS-UNBIND-RESULT VALUE 247