Computer Accessories User Manual

acmsdi_bind_receive_recs
4.6 acmsdi_bind_receive_recs
The client application calls this service to send the client application’s receive
forms record data to the TP Desktop Connector gateway on the OpenVMS
system. Use this service after you have retrieved the exchange step arguments
that identify the forms records to be sent to the TP Desktop Connector gateway.
This service can also be used to send receive control text to the TP Desktop
Connector gateway. This is an optional call.
Format
acmsdi_bind_receive_recs (submitter_id,
receive_control_text_flag,
receive_record)
Parameters
submitter_id
Type: ACMSDI_SUBMITTER_ID
Access: read
Mechanism: by reference
The value returned by the acmsdi_sign_in service (see Section 2.11).
receive_control_text_flag
Type: short integer
Access: read
Mechanism: by value
A value of 1 indicates that receive control text is to be sent to the TP Desktop
Connector gateway. A value of 0 indicates that receive control text is not to be
sent.
receive_record
Type: ACMSDI_FORM_RECORD_BIND array
Access: read
Mechanism: by reference
An array of ACMSDI_FORM_RECORD_BIND structures pointing to buffers
that store application data and shadow records to be sent to the ACMS
task, (see Compaq TP Desktop Connector for ACMS Client Application
Programming Guide). If the send_control_text_flag contains a value of 1, the
first ACMSDI_FORM_RECORD_BIND structure in the array must point to the
receive control text buffer. No shadow record is associated with receive control
text.
Forced Nonblocking Client Services 4–15