home *** CD-ROM | disk | FTP | other *** search
- int haswin_findtaskid(int);
- int haswin_findtaskidwin(int);
- char *haswin_findtasknamewin(int);
- int haswin_getexternaltaskname(char **, int);
- int haswin_gettaskid(void);
- char *haswin_gettaskname(void);
- void haswin_taskclosedown(void);
-
- int haswin_taskinitialise(char *name)
- - This routine directly calls the WIMP to register the user program
- as a task under the name "name". This is called by the routine
- haswin_initialise() and therefore there should be no reason for
- the user to call this routine directly. Returns HASWIN_TRUE if
- successful or HASWIN_FALSE on any error.
-
-