Ex_Getbasecodeparmblock - Texas Instruments TI-89 Developer's Manual

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

Advertisement

Appendix A: System Routines — Operating System

EX_getBasecodeParmBlock

Declaration:
BASECODE_PARM_BLOCK const * EX_getBasecodeParmBlock (void)
Category(ies):
Operating System
Description:
Get a pointer to the base code parameter block.
Inputs:
None
Outputs:
The base code parameter block contains version information about the
AMS Operating System: the major and minor version number of the AMS
Operating System and date the OS was built.
typedef struct
{
} BASECODE_PARM_BLOCK;
Assumptions:
None
Side Effects:
None
Availability:
On AMS 2.04 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also:
Not applicable.
Example:
BASECODE_PARM_BLOCK const *bpb = EX_getBasecodeParmBlock();
TI-89 / TI-92 Plus Developer Guide
unsigned short len;
unsigned short version_number;
unsigned long version_date;
Not for Distribution
/* length of parameter block */
/* 1-byte major, 1-byte minor */
/* 2-byte yr, 1-byte mo, 1-byte day *
929
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