Compaq TP DESKTOP CONNECTOR AAPVNFGTE User Manual

Page 92

Advertising
background image

acmsdi_bind_receive_args

receive_record_count

Type: long int
Access: write
Mechanism: by reference
The number of receive record items sent from the ACMS task. The TP Desktop
Connector writes the receive_record_count into this location.

timeout

Type: short int
Access: write
Mechanism: by reference
A timeout value for user input processing sent from the ACMS task. TP
Desktop Connector writes the timeout value into this location.

call_id

Type: ACMSDI_CALL_ID *
Access: write
Mechanism: by reference
A pointer to the call identification returned by the acmsdi_call_task service. To
identify the original task call, compare this pointer with a reference pointer to
the call identifier obtained by acmsdi_return_pointer.

Return Status

The status values returned by the acmsdi_bind_receive_args procedure are
described in Table 4–5.

Table 4–5 acmsdi_bind_receive_args Return Status Values

Status

Description

ACMSDI_INSUFPRM

Insufficient parameters.

ACMSDI_INVSUBID

Invalid or obsolete submitter identification.

ACMSDI_MIXEDMODE

Not a forced nonblocking session call.

ACMSDI_NORMAL

Normal successful completion.

ACMSDI_WRONG_BIND

Trying to bind arguments for an exchange that
is not in progress.

4–14 Forced Nonblocking Client Services

Advertising