IDemoDll.idl
上传用户:goldcmy89
上传日期:2017-12-03
资源大小:2246k
文件大小:1k
源码类别:

PlugIns编程

开发平台:

Visual C++

  1. #include "nsISupports.idl"
  2. //Generate by GuidGen.exe
  3. //{0B2FD530-2C2F-4254-9703-C3A9C817A5B7}
  4. //static const GUID <<name>> = 
  5. //{ 0xb2fd530, 0x2c2f, 0x4254, { 0x97, 0x3, 0xc3, 0xa9, 0xc8, 0x17, 0xa5, 0xb7 } };
  6. [scriptable, uuid(0B2FD530-2C2F-4254-9703-C3A9C817A5B7)]
  7. interface IDemoDll : nsISupports
  8. {
  9.   void init(in string aLangFile, in string aParamFile);
  10.   void record(in long aTop, in long aLeft, in long aWidth, in long aHight);
  11.   void pause();
  12.   void stop();
  13.   void destroy();
  14.   attribute ACString recordFileName;
  15. };