Compaq AAPVNFGTE Computer Accessories User Manual


 
acmsdi_bind_request_args
4.7 acmsdi_bind_request_args
The client application can call this service whenever acmsdi_poll returns
ACMSDI_REQUEST_EXCH (a TDMS exchange step) 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 request name and and identifies the
set of workspaces to be received from and then sent back to ACMS. This is an
optional call.
Format
acmsdi_bind_request_args (submitter_id,
request_name,
workspace_count,
call_id)
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).
request_name
Type: char *
Access: write
Mechanism: by reference
The name of the TDMS request specified in the ACMS task.
workspace_count
Type: long int
Access: write
Mechanism: by reference
The number of workspaces sent from the ACMS task. TP Desktop Connector
writes this workspace count into this location.
Forced Nonblocking Client Services 4–17