Acmsdi_Call_Task Return Status Values - Compaq TP Desktop Connector AA–PVNFG–TE Client Services Reference Manual

Tp desktop connector for acms
Table of Contents

Advertisement

acmsdi_call_task
completion_routine
Type: function address
Access: read
Mechanism: by value
Address of a function to be called when the service completes. The completion_
routine is called by the acmsdi_dispatch_message service when the
Task
message is received from the TP Desktop Connector gateway.
"
call_context
Type: void *
Access: read
Mechanism: by value
Optional parameter passed to presentation procedures and completion routines
to identify the call. Use this parameter to supply an application-specific context
for the call.
Return Status
The status values returned by the acmsdi_call_task service are listed in
Table 2–2.
Table 2–2 acmsdi_call_task Return Status Values
Status
ACMSDI_APPLDEAD
ACMSDI_CALLACTV
ACMSDI_INSUFPRM
ACMSDI_INTERNAL
ACMSDI_INVOPTION
ACMSDI_INVSUBID
ACMSDI_MIXEDMODE
ACMSDI_NOMEMORY
ACMSDI_NORMAL
ACMSDI_NOSUCH_APPL
1
For nonblocking only, see Section 2.3. Not applicable to forced nonblocking and will
cause an error if supplied.
2–16 TP Desktop Connector Portable API Client Services
1
Description
Application stopped unexpectedly.
Call is already active.
Insufficient parameters.
Internal TP Desktop Connector error.
Invalid item in options list.
Invalid or obsolete submitter identification.
All calls on a connection must be either
blocking or nonblocking.
Insufficient memory to complete requests.
Normal successful completion.
Application not found.
End of
"
(continued on next page)

Advertisement

Table of Contents
loading

Table of Contents