| aTEAvm_Initialize | Index |
Definition:
| aLIBRETURN aTEAvm_Initialize( | teavmRef teavmRef, unsigned int nMaxStackSize, unsigned int nMaxProcesses, aTEAVMIOPortProc portCBProc, void* portCBRef, aErr* pErr); |
Parameters:
| teavmRef | - | A pointer to the opaque library reference of the TEA virtual machine. |
| nMaxStackSize | - | The maximum stack size (in bytes) for all the processes run in the TEA virtual machine. |
| nMaxProcesses | - | The maximum number of processes that can simultaneously run in the TEA virtual machine. |
| portCBProc | - | The callback routine that provides access to your port implementation. Some ports are automatically handled, the others call this callback for handling outside the TEA virtual machine. |
| portCBRef | - | An opaque reference sent to the port callback that can be used to store implementation specific data. |
| pErr | - | A pointer to an aErr variable that recieves the error code on exit from this routine. |
Return Value:
Description:
Related: