UtilityHandle :: UtilityHandle - Constructor
Implementation overview
- Construct utility handle with title
 UtilityHandle :: UtilityHandle ( client_refc, utiname, inipath, utititle, progpath=NULL, application_type=APT_Console )
- Construct utility handle from ini-file path and utility name
 UtilityHandle :: UtilityHandle ( client_refc, utiname, inipath, progpath=NULL, application_type=APT_Console )
- Construct utility handle from program path and utility name
 UtilityHandle :: UtilityHandle ( client_refc, utiname, progpath=NULL, application_type=APT_Console )
Implementation details
- 
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
 
 to list
- 
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
 
 to list
- 
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
 
 to list

