company logo

UtilityHandle :: UtilityHandle - Constructor

Implementation details

  1. Construct utility handle with title
    UtilityHandle  :: UtilityHandle ( ODABAClient &client_refc, NString &utiname, NPath &inipath, NString &utititle, NPath &progpath=NULL, ::ApplicationTypes application_type=APT_Console )
    • client_refc - Reference to client handle
    • utiname - utiname - Title unknown
    • inipath - Path to the ini or configuration file

      The path is passed as 0-terminated string and must refer to a valid file path.

    • utititle - utititle - Title unknown
    • progpath - Program path

      This is the path that is usually passed as first argument to the application.

      Default: NULL
    • application_type - Application type

      This option indicates that the application will run as console or windows application.

      Default: APT_Console
  2. to list
  3. Construct utility handle from ini-file path and utility name
    UtilityHandle  :: UtilityHandle ( ODABAClient &client_refc, NString &utiname, NPath &inipath, NPath &progpath=NULL, ::ApplicationTypes application_type=APT_Console )
    • client_refc - Reference to client handle
    • utiname - utiname - Title unknown
    • inipath - Path to the ini or configuration file

      The path is passed as 0-terminated string and must refer to a valid file path.

    • progpath - Program path

      This is the path that is usually passed as first argument to the application.

      Default: NULL
    • application_type - Application type

      This option indicates that the application will run as console or windows application.

      Default: APT_Console
  4. to list
  5. Construct utility handle from program path and utility name
    UtilityHandle  :: UtilityHandle ( ODABAClient &client_refc, NString &utiname, NPath &progpath=NULL, ::ApplicationTypes application_type=APT_Console )
    • client_refc - Reference to client handle
    • utiname - utiname - Title unknown
    • progpath - Program path

      This is the path that is usually passed as first argument to the application.

      Default: NULL
    • application_type - Application type

      This option indicates that the application will run as console or windows application.

      Default: APT_Console
  6. to list