Example #1
0
 static extern OsaError OSALoadExecute(ComponentInstance scriptingComponent, ref AEDesc scriptData,
                                       OsaId contextID, OsaMode modeFlags, ref OsaId resultingScriptValueID);
Example #2
0
 static extern OsaError OSAScriptError(ComponentInstance scriptingComponent, OsaErrorSelector selector,
                                       DescType desiredType, out AEDesc resultingErrorDescription);
Example #3
0
 static extern OsaError OSADisplay(ComponentInstance scriptingComponent, OsaId scriptValueID,
                                   DescType desiredType, OsaMode modeFlags, out AEDesc resultingText);
Example #4
0
 static extern OsaError OSALoad(ComponentInstance scriptingComponent, ref AEDesc sourceData,
                                OsaMode modeFlags, ref OsaId previousAndResultingScriptID);
Example #5
0
 static extern OsaError OSAExecute(ComponentInstance scriptingComponent, OsaId compiledScriptID,
                                   OsaId contextID, OsaMode modeFlags, out OsaId resultingScriptValueID);
Example #6
0
 static extern OsaError OSADispose(ComponentInstance scriptingComponent, OsaId scriptID);
Example #7
0
 static extern OsaError OSADoScript(ComponentInstance scriptingComponent, ref AEDesc sourceData,
                                    OsaId contextID, DescType desiredType, OsaMode modeFlags,
                                    ref AEDesc resultingText);
Example #8
0
		public static extern int GetComponentInstanceError (ComponentInstance componentInstance); //returns an oserr
Example #9
0
		public static extern ComponentErr CloseComponent (ComponentInstance componentInstance);
Example #10
0
 public static extern int GetComponentInstanceError(ComponentInstance componentInstance); //returns an oserr
Example #11
0
 public static extern ComponentErr CloseComponent(ComponentInstance componentInstance);