Compaq AAPVNFGTE Computer Accessories User Manual


 
acmsdi_bind_send_recs
4.10 acmsdi_bind_send_recs
The client application calls this service to retrieve send forms record data from
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 required from the TP Desktop Connector gateway. This service can also
be used to retrieve send control text from the TP Desktop Connector gateway.
This is an optional call.
Format
acmsdi_bind_send_recs (submitter_id,
send_control_text_flag,
send_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).
send_control_text_flag
Type: short integer
Access: read
Mechanism: by value
A value of 1 indicates that send control text is to be copied from the ACMS
task. A value of 0 indicates that send control text is not to be copied.
send_record
Type: ACMSDI_FORM_RECORD_BIND array
Access: write
Mechanism: by reference
An array of ACMSDI_FORM_RECORD_BIND structures pointing to buffers
containing application data and shadow records sent from 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 send control
text buffer. There is no shadow record associated with send control text.
Forced Nonblocking Client Services 4–23