Description of files in the SDK
-------------------------------

This folder contains header files to develop programs that communicate
with HostExplorer using one of the supported APIs.

The structure is as follows:

  +--Basic
  |
  +--Help
  |
  +--Include
  |    |
  |    +--EHLLAPI
  |    |
  |    +--WinHLLAPI
  |
  +--Lib
  |    |
  |    +--EHLLAPI
  |    |
  |    +--WinHLLAPI
  |
  +--PowerBuilder
  |
  +--Samples
       |
       +--COMObjects
       |    |
       |    +--Visual Basic Samples
       |         |
       |         +--MultiTerminals
       |         |
       |         +--TerminalSettings
       |         |
       |         +--VisualSearch
       |    
       |
       +--OHIO
            |
            +--Visual C++ Samples
            |    |
            |    +--HEOhioSample
            |         |
            |         +--Res
            |
            +--Visual Basic Samples
                 |
                 +--GetScreen
                 |
                 +--ExcelSearch
                 |
                 +--LibrarySearch
                 |
                 +--TerminalGetData
        

Under the "Include" and "Lib" folders, the "EHLLAPI" folders contain the
header files and .LIB files for building EHLLAPI applications.  The
common header file is ACS3EHAP.H.  The 16-Bit link-library file is
ACS3EHAP.LIB and the 32-bit link-library file is EHLLAP32.LIB.

The "PowerBuilder" folder contains the PowerBuilder file which provides
access to WinHLLAPI from PowerBuilder.

The "Basic" folder contains the Visual Basic header file to call
WinHLLAPI or EHLLAPI from Visual Basic.

Under the "Include" and "Lib" folders, the "WinHLLAPI" folders contain
the header files and .LIB files for building WinHLLAPI applications.
The common header file is WHLLAPI.H.  The 16-Bit link-library file is
WHLLAPI.LIB and the 32-bit link-library file is WHLLAP32.LIB.

The online help for the WinHLLAPI interface is provided (WHLLAPI.HLP &
WHLLAPI.CNT) in the "Help" folder.

Under the "Samples" folder, there are two subfolders containing sample
programs for the COM API and the OHIO APIs.
