Type Entry; Parameter Data Types - Compaq TP Desktop Connector AA–PVNFG–TE Client Services Reference Manual

Tp desktop connector for acms
Table of Contents

Advertisement

1.3.1 Type Entry

Table 1–2 lists the C-language data types used in the TP Desktop Connector
services.
Table 1–2 Parameter Data Types
Data Type
ACMSDI_CALL_ID
ACMSDI_FORM_RECORD
ACMSDI_FORM_RECORD_
BIND
ACMSDI_FORMS_SESSION_ID
ACMSDI_OPTION
ACMSDI_CALL_OPTIONS
ACMSDI_SUBMITTER_ID
ACMSDI_WORKSPACE
ACMSDI_WORKSPACE_BIND
ACMSDI_WORKSPACE_OPT
char *
character string descriptor
function address
int
long
long int
1–2 Service Format
Description
Identification returned by the acmsdi_call_task
service
Structure defined in the ACMSDI.H include file (see
Section 3.1.2)
Structure defined in the ACMSDI.H and
ACMSDI.BAS include files (see Section 4.1.1)
Structure defined in the ACMSDI.H include file (see
Section 3.5)
Union to specify sign-in options (see Section 2.11)
Union to specify call task options
Structure defined in the ACMSDI.H include file (see
Section 2.11)
Array of structures defined in the ACMSDI.H
include file to pass workspaces between the desktop
system and the TP Desktop Connector gateway (see
Section 2.4)
Structure defined in the ACMSDI.H and
ACMSDI.BAS include files (see Section 4.1.2)
Array of structures defined in the ACMSDI.H
include file to pass unidirectional workspaces
between the desktop system and the TP Desktop
Connector server
Array of unsigned 8-bit integers
Address of an OpenVMS string descriptor pointing
to the character string to be passed
Address of a function that complies with the
prototype in ACMSDI.H for the completion routine
32-bit signed integer
Synonym for long int
32-bit signed integer
(continued on next page)

Advertisement

Table of Contents
loading

Table of Contents