company logo

UtilityHandle :: Initialize - Initialize utility handle

In order to initialize the utility handle this function receives all relevant information. Calling the Initialize() function is the most comfortable way for initializing the utility handle.

Return value:  Success ( logical  )

Implementation details

logical UtilityHandle  :: Initialize ( NString &utiname, NString &utititle, NPath &inipath, NPath &progpath=NULL, ::ApplicationTypes application_type=APT_Console )
  • utiname - utiname - Title unknown
  • utititle - utititle - 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