Exemple #1
0
 static extern OsaError OSALoadExecute(ComponentInstance scriptingComponent, ref AEDesc scriptData,
                                       OsaId contextID, OsaMode modeFlags, ref OsaId resultingScriptValueID);
Exemple #2
0
 static extern OsaError OSALoad(ComponentInstance scriptingComponent, ref AEDesc sourceData,
                                OsaMode modeFlags, ref OsaId previousAndResultingScriptID);
Exemple #3
0
 static extern OsaError OSAExecute(ComponentInstance scriptingComponent, OsaId compiledScriptID,
                                   OsaId contextID, OsaMode modeFlags, out OsaId resultingScriptValueID);
Exemple #4
0
 static extern OsaError OSADisplay(ComponentInstance scriptingComponent, OsaId scriptValueID,
                                   DescType desiredType, OsaMode modeFlags, out AEDesc resultingText);
Exemple #5
0
 static extern OsaError OSADoScript(ComponentInstance scriptingComponent, ref AEDesc sourceData,
                                    OsaId contextID, DescType desiredType, OsaMode modeFlags,
                                    ref AEDesc resultingText);