338
K
A
DAK
AMX 86 Procedures
ajupt ajupt
Purpose Fetch Pointer to User Parameter Table
Used by n Task n IS P n Timer Procedure n Restart Procedure n Exit Procedure
Setup #include "amx831sd.h"
.
.
struct amxupts FAR *uptp; /* User Parameter Table pointer */
.
.
ajupt(&uptp);
Where &uptp is a FAR pointer to storage for a FAR pointer to your system's User
Parameter Table.
The structure amxupts is defined in header file AMX831SD.H (see
Appendix D).
Results Interrupts are untouched.
Note This function must be called from your main() program to fetch the User
Parameter Table pointer for use in the call to ajentr() to launch AMX.