PASSPORT Knowledge Base
HLLAPI

Date Published: October 2, 2003
Date Updated: March 13, 2008

Title

Developing HLLAPI Applications

Product

PASSPORT PC to Host, PASSPORT Web to Host

Emulation Types

TN3270, TN5250, VT, SCO ANSI, Wyse 60

Issue

How do I develop a HLLAPI application?

Solution

It is possible to program HLLAPI applications in any Microsoft supported language (C++, Visual Basic, etc.).

 

All 3270 emulators use the same HLLAPI function name with the same parameters: hllapi (&parm1, &parm2, &parm3, &parm4)

 

All 3270 emulators have different names for the name of the HLLAPI DLL and LIB file. The name of the PASSPORT HLLAPI DLL file is PASSHLL.DLL and the name of the LIB file is PASSHLL.LIB.

 

If a programmer already has access to HLLAPI documentation, they only need to do the following:

More Information

Keywords

api, hllapi, screen, application, integration