Changes

148 bytes added ,  22:17, 30 September 2013
no edit summary
Line 18: Line 18:  
|-
 
|-
 
| 4
 
| 4
| Handle
+
| Handle, this can be zero. This is used with passing parameters to the applet, this handle is likely used for shared memory.
 
|-
 
|-
 
| 5
 
| 5
Line 41: Line 41:     
=Description=
 
=Description=
This starts the applet with the specified appletID, and sets the parameter data for this applet to the specified buffer data. This also terminates the currently running application/applet, in some cases.
+
This starts the applet with the specified appletID, and sets the parameter data for this applet to the specified buffer data(the size for this can be zero). This also terminates the currently running application/applet, in some cases.