On clients running Microsoft® Windows® version 3.x, invokable TPs are configured through entries in the WIN.INI file.
Note With Windows version 3.x, the recommended method for setting environment variables for autostarted invokable TPs is to use the sample TP configuration program, TPSETUP. Compile INSTALL.C, the source code for TPSETUP, for the Windows version 3.x environment. When you write an installation program for autostarted invokable TPs, it is recommended that you add code similar to TPSETUP to the installation program. For information about TPSETUP, see Sample CPI-C TPs in the SDK.
The following table lists the section headings and environment variables used in the WIN.INI file for invokable TPs on clients running Windows version 3.x:
Type of TP |
Section in WIN.INI listing TP names only | Section and possible environment variables defining TP |
---|---|---|
Autostarted invokable TP on a client running Windows version 3.x | [SNAServerAutoTPs] TPName1=SectionName1 ... TPNameX=SectionNameX |
[SectionName1] PathName=path LocalLU=LUalias Parameters=ParameterList TimeOut=number Queued={ YES | NO } AcceptNames=TPNameList ConversationSecurity={ YES | NO } AlreadyVerified={ YES | NO }1 Username1=Password11 ... UsernameX=PasswordX1
|
Operator-started invokable TP on a client running Windows version 3.x | [SNAServerAutoTPs] TPNameN=SectionNameN ... TPNameX=SectionNameX |
[SectionNameN] LocalLU=Lualias TimeOut=number Queued=OPERATOR AcceptNames=TPNameList ConversationSecurity={ YES | NO } AlreadyVerified={ YES | NO }1 Username1=Password11 ... UsernameX=PasswordX1 |
Note:
1 AlreadyVerified and user name/password lines are used only if ConversationSecurity is set to YES.