Compaq TP Desktop Connector AA–PVNFG–TE Client Services Reference Manual page 27

Tp desktop connector for acms
Table of Contents

Advertisement

Option
ACMSDI_CALL_OPT_END_LIST
ACMSDI_CALL_OPT_OPTIMIZE_WKSPS
ACMSDI_CALL_OPT_ENABLE
ACMSDI_CALL_OPT_DISABLE
ACMSDI_CALL_OPT_SEND
ACMSDI_CALL_OPT_RECEIVE
ACMSDI_CALL_OPT_TDMS_READ
ACMSDI_CALL_OPT_TDMS_WRITE
ACMSDI_CALL_OPT_TRANSCEIVE
ACMSDI_CALL_OPT_REQUEST
ACMSDI_CALL_OPT_CHECK_VERSION
ACMSDI_CALL_OPT_PASS_TID
ACMSDI_CALL_OPT_COMPRESS_WKSPS
To select options:
1. Declare an array of at least two elements of the type ACMSDI_CALL_
OPTION.
2. Specify in the option variable the name for the structure being used.
3. Specify the address for the malloc routine or password expiring buffer, if
these options are being used.
4. End an options list by assigning ACMSDI_CALL_OPT_END_LIST to the
option variable in the last array element.
The following example shows the initialization of an options list used to enable
unidirectional workspace handling:
ACMSDI_CALL_OPTION call_options[2];
call_options[0].option = ACMSDI_CALL_OPT_OPTIMIZE_WKSPS;
call_options[1].option = ACMSDI_CALL_OPT_END_LIST;
Description
Ends options list
Enables unidirectional workspace
optimization
Pointer to enable function
Pointer to disable function
Pointer to send function
Pointer to receive function
Pointer to TDMS read function
Pointer to TDMS write function
Pointer to transceive function
Pointer to TDMS request function
Version checking routine
TID of distributed transaction
Activate workspace compression
TP Desktop Connector Portable API Client Services 2–9

Advertisement

Table of Contents
loading

Table of Contents