This document covers the the following topics:
ServerRequestedFileName(ErrorCode, OpenFile, Flags, Title,
DefExtension, Filter, InitFileName, InitDirectory, FileName)
Is called if the session needs a file name.
The parameters are:
ErrorCode
|
Integer. Is set to zero when the file name has been set. |
FileName
|
String. The file name to be used. |
The other parameters are those expected by the common open file dialog.
TerminalWarningMessage(Message, DisplayFlag)
The parameters are:
Message
|
String. Message to be displayed. |
DisplayFlag
|
Boolean. The call is expected to show a message in a blocking dialog box (e.g. using the MessageBox function). |
The key codes that can be passed using PutData
are
contained in the include file that is provided on the Entire Connection CD-ROM
as part of the samples. Only these should be used. If other values are passed,
the effects are not defined.
These are all integer values. The descriptions are provided in the include files on the Entire Connection CD-ROM as part of the code samples.