Compaq AAPVNFGTE Computer Accessories User Manual


 
acmsdi_bind_receive_args
4.5 acmsdi_bind_receive_args
The client application can call this service whenever an acmsdi_poll returns
ACMSDI_RECV_EXCH from the TP Desktop Connector gateway on the
OpenVMS system. This service retrieves the write-only arguments passed from
the TP Desktop Connector client services. This provides the client application
with the receive record identifier and identifies the appropriate set of forms
records to send back to ACMS. See also Section 4.6 for information on calls for
receive forms records and receive control text. This is an optional call.
Format
acmsdi_bind_receive_args (submitter_id,
forms_session,
receive_record_identifier,
receive_record_count,
timeout,
call_id)
Parameters
submitter_id
Type: ACMSDI_SUBMITTER_ID
Access: read
Mechanism: by reference
The submitter_id returned by the acmsdi_sign_in service.
forms_session
Type: ACMSDI_FORMS_SESSION_ID
Access: write
Mechanism: by reference
An identification to associate the session with the form specified in the acmsdi_
enable request (see Section 4.11).
receive_record_identifier
Type: char *
Access: write
Mechanism: by reference
The form record name or record list name specified in the RECEIVE request in
the ACMS task. Refer to Compaq TP Desktop Connector for ACMS Client
Application Programming Guide for guidelines on specifying the form name.
Forced Nonblocking Client Services 4–13