1 type entry – Compaq TP DESKTOP CONNECTOR AAPVNFGTE User Manual

Page 12

Advertising
background image

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

Description

ACMSDI_CALL_ID

Identification returned by the acmsdi_call_task
service

ACMSDI_FORM_RECORD

Structure defined in the ACMSDI.H include file (see
Section 3.1.2)

ACMSDI_FORM_RECORD_
BIND

Structure defined in the ACMSDI.H and
ACMSDI.BAS include files (see Section 4.1.1)

ACMSDI_FORMS_SESSION_ID

Structure defined in the ACMSDI.H include file (see

Section 3.5)

ACMSDI_OPTION

Union to specify sign-in options (see Section 2.11)

ACMSDI_CALL_OPTIONS

Union to specify call task options

ACMSDI_SUBMITTER_ID

Structure defined in the ACMSDI.H include file (see
Section 2.11)

ACMSDI_WORKSPACE

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)

ACMSDI_WORKSPACE_BIND

Structure defined in the ACMSDI.H and
ACMSDI.BAS include files (see Section 4.1.2)

ACMSDI_WORKSPACE_OPT

Array of structures defined in the ACMSDI.H
include file to pass unidirectional workspaces
between the desktop system and the TP Desktop
Connector server

char *

Array of unsigned 8-bit integers

character string descriptor

Address of an OpenVMS string descriptor pointing
to the character string to be passed

function address

Address of a function that complies with the
prototype in ACMSDI.H for the completion routine

int

32-bit signed integer

long

Synonym for long int

long int

32-bit signed integer

(continued on next page)

1–2 Service Format

Advertising