TIOS_EV_getAppID Function (ROM Call 0x454)

AMS 2.00 or higher events.h

HANDLE TIOS_EV_getAppID (const unsigned char *TaskName);

Finds a task ID number for an application, AMS 2.xx only.

This the AMS routine called by EV_getAppID on AMS 2.xx.
Upon failure to find the application ID, this routine returns 0, while EV_getAppID returns -1.
If your program needs MIN_AMS >= 200 for another reason, you should use this function instead of using EV_getAppID: it will save space in your program.


Uses: OO_firstACB, strncmp
Used by: OO_InstallAppHookByName, OO_UninstallAppHookByName, EV_getAppID, LIO_Receive, ROM Call 0x478


See also: EV_getAppID