IDemoDll.idl
上传用户:goldcmy89
上传日期:2017-12-03
资源大小:2246k
文件大小:1k
- #include "nsISupports.idl"
- //Generate by GuidGen.exe
- //{0B2FD530-2C2F-4254-9703-C3A9C817A5B7}
- //static const GUID <<name>> =
- //{ 0xb2fd530, 0x2c2f, 0x4254, { 0x97, 0x3, 0xc3, 0xa9, 0xc8, 0x17, 0xa5, 0xb7 } };
- [scriptable, uuid(0B2FD530-2C2F-4254-9703-C3A9C817A5B7)]
- interface IDemoDll : nsISupports
- {
- void init(in string aLangFile, in string aParamFile);
- void record(in long aTop, in long aLeft, in long aWidth, in long aHight);
- void pause();
- void stop();
- void destroy();
- attribute ACString recordFileName;
- };