Oo_Firstacb - Texas Instruments TI-89 Developer's Manual

Graphing calculator
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

1216

OO_firstACB

Declaration:
AppID OO_firstACB
Category(ies):
Apps
Description:
ID of the first app in the application control block list.
Inputs:
Not applicable.
Outputs:
Not applicable.
Assumptions:
Access_AMS_Global_Variables must be defined.
Side Effects:
Not applicable.
Availability:
On AMS 2.00 and higher.
TI-89 / TI-92 Plus
None
Differences:
See Also:
OO_NextACB, OO_PrevACB
Example:
AppID appid;
for (appid = OO_firstACB; appid != H_NULL; appid = OO_NextACB(appid))
{
/* process each ACB */
.
.
.
}
TI-89 / TI-92 Plus Developer Guide
Appendix B: Global Variables — Apps
Not for Distribution
Beta Version January 26, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents