9 acmsdi_bind_send_args – Compaq TP DESKTOP CONNECTOR AAPVNFGTE User Manual

Page 99

Advertising
background image

acmsdi_bind_send_args

4.9 acmsdi_bind_send_args

The client application can call this service whenever an acmsdi_poll returns
ACMSDI_SEND_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 send record identifier and identifies the set of forms records it receives
from ACMS. See also Section 4.10 for information on calls for send forms
records and send control text. This is an optional call.

Format

acmsdi_bind_send_args (submitter_id,

forms_session,
send_record_identifier,
send_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 that associates the session with the form specified in the
acmsdi_enable request (see Section 4.11).

send_record_identifier

Type: char *
Access: write
Mechanism: by reference
The form record name or record list name specified in the SEND 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–21

Advertising