/** * Scol VM interface to call from JavaScript via XPConnect. * T.Delprat : 07/08/2001 */ #include "nsISupports.idl" [scriptable, default, uuid(62DB5666-B5BE-49b0-A78F-5FD18EB71F9A)] interface nsIScolPluginInstance : nsISupports { attribute string text; long SendMessage(in string Message); long LaunchMachine(in string CmdLine,in long CmdShow, in long MemSize); attribute string DownloadURL; attribute long DownloadSize; attribute string ScolVersionNeeded; };