Appendix A: System Routines — Apps
301
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
EV_getAppID
Declaration:
AppID
EV_getAppID
(UCHAR const *
appName
)
Category(ies):
Apps, Operating System
Description:
Get the ID of an application given its internal name.
Inputs:
appName
— Internal name of application. Each application has a
unique internal name (
≤
8 characters). The internal names
of the built-in applications are listed in
Table 7.3 Internal
Names of Build-in Applications
.
Outputs:
ID of application.
Assumptions:
The ID of an application and the memory handle to the app’s ACB
(application control block) are one and the same.
Side Effects:
None
Availability:
On AMS 2.00 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also:
Section
7.1.3.2. Internal Application Name
.
Example:
AppID grapher = EV_getAppID("TIGRAPH");