home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / clib / progs / haswinlib / info / task < prev    next >
Encoding:
Text File  |  1991-02-04  |  651 b   |  16 lines

  1. int     haswin_findtaskid(int);
  2. int     haswin_findtaskidwin(int);
  3. char    *haswin_findtasknamewin(int);
  4. int     haswin_getexternaltaskname(char **, int);
  5. int     haswin_gettaskid(void);
  6. char    *haswin_gettaskname(void);
  7. void    haswin_taskclosedown(void);
  8.  
  9. int     haswin_taskinitialise(char *name)
  10.         - This routine directly calls the WIMP to register the user program
  11.           as a task under the name "name".  This is called by the routine
  12.           haswin_initialise() and therefore there should be no reason for
  13.           the user to call this routine directly.  Returns HASWIN_TRUE if
  14.           successful or HASWIN_FALSE on any error.
  15.  
  16.