DemoIe.idl
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:0k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. // DemoIe.idl : IDL source for DemoIe.exe
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (DemoIe.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. uuid(84CF2528-CD23-444F-A509-7888971CBECB),
  9. version(1.0),
  10. helpstring("DemoIe 1.0 Type Library")
  11. ]
  12. library DemoIeLib
  13. {
  14. importlib("stdole32.tlb");
  15. importlib("stdole2.tlb");
  16. };