Compaq AAPVNFGTE Computer Accessories User Manual


 
acmsdi_bind_request_wksps
4.8 acmsdi_bind_request_wksps
The client application calls this service to copy request workspace data
between the client application and the ACMS during a TDMS exchange.
Use the acmsdi_bind_request_wksps call to copy request workspace data
from TP Desktop Connector gateway to the client application memory. After
modification, use this call again to copy the modified contents back to the TP
Desktop Connector gateway. Use this service after you have retrieved the
exchange step arguments that identify the workspaces from the TP Desktop
Connector gateway. This is an optional call.
Format
acmsdi_enable (submitter_id,
direction,
req_wksp_array)
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).
direction
Type: short int
Access: read
Mechanism: by value
The value indicates which direction the workspaces are being sent. A value of
1 indicates that the workspaces are being copied into the application’s memory
from ACMS. A value of 0 indicates that the workspaces are being copied to
ACMS from the application’s memory.
workspaces
Type: ACMSDI_WORKSPACE_BIND array
Access: read/write
Mechanism: by reference
The workspace data sent from the ACMS task. One or more workspace
arguments can be sent from and returned to the task (see Compaq TP
Desktop Connector for ACMS Client Application Programming Guide).
Forced Nonblocking Client Services 4–19