Parameters

BOOL PDTMode
This parameter is optional. Possible values are as follows:
  • TRUE to set the connection to PDT mode. This is the default value.
  • FALSE to set the connection in non-PDT mode.
char *PDTFile
Null-terminated string containing the name of the PDT file.

This parameter is optional. It is used only if PDTMode is TRUE. The parameter is ignored if PDTMode is FALSE.

Possible values are as follows:
  • NULL

    The PDT file configured in the connection is used. If there is no PDT file already configured in the connection, this method fails with an exception. This is the default value.

  • File name without the path

    PDTFile in the PDFPDT subfolder in the Z and I Emulator for Windows installation path is used.

  • Fully qualified path name of the file

    If PDTFile does not exist, this method fails with an exception.