W95TITLE(3)              libwin Reference             W95TITLE(3)


NAME
       w95title - libwin DOS box title functions

SYNOPSIS
       #include <libwin.h>

       int w95_setapptitle (char *apptitle);
       int w95_getapptitle (char *apptitle, int maxlen);
       int w95_setvmtitle (char *vmtitle);
       int w95_getvmtitle (char *vmtitle, int maxlen);

DESCRIPTION
       w95_setapptitle()  and  w95_getapptitle()  set and get the
       application title of a DOS box. This is typically the name
       of  the  program  currently  running  in  the DOS box. For
       instance, when Edit is run, the title might change to "MS-
       DOS Prompt - EDIT".

       w95_setvmtitle()  and w95_vmapptitle() are similar, except
       they change the title of the Virtual Machine. This changes
       the  setting  on the property sheet, and hence has lasting
       effect. This is typically something like "MS-DOS  Prompt".
       These functions probably aren't as useful as w95_setappti-
       tle() and w95_getapptitle(), but have  been  included  for
       completeness.

RETURN VALUES
       These functions return 1 on success and 0 on failure.

SEE ALSO
       libwin(7)


























libwin 0.1.5            22 September 2002                       1



Page created on Sun Sep 29 21:12:26 2002 by m2h.pl, a man page to HTML convertor.
m2h.pl Version 1.3.2, Copyright 1997-2002 by Richard Dawe <webmaster@phekda.org>