Important: The information in this document is obsolete and should not be used for new development.
kRTGetVersion and kRTGetVersionA5
The operationkRTGetVersion
returns the value of the current A5 world andkRTGetVersionA5
returns the value of the specified A5 world.The
fRTParams
structure (page B-2) used with these operations is as follows:
struct RTGetVersionParam { unsigned short fVersion; }; typedef struct RTGetVersionParam RTGetVersionParam;ThekRTGetVersion
operation assumes the current A5 world, whileRTGetVersionA5
lets you specify one in thefA5
field of theRTPB
structure (page B-2).The
fVersion
field holds the returned version number as shown in Table B-4.
Table B-4 Current version numbers Version
numberDescription $0000 Classic 68K near model A5 world $FFFD CFM-68K runtime A5 world $FFFF Classic 68K far model (32-bit everything) A5 world