HexShell.idl
上传用户:aiweisk
上传日期:2007-05-01
资源大小:85k
文件大小:1k
源码类别:

编辑器/阅读器

开发平台:

DOS

  1. // HexShell.idl : IDL source for HexShell.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (HexShell.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(D04E0581-F2B0-11D3-8BE1-525405F5D647),
  10. dual,
  11. helpstring("IHexShellMenu Interface"),
  12. pointer_default(unique)
  13. ]
  14. interface IHexShellMenu : IDispatch
  15. {
  16. };
  17. [
  18. uuid(D04E0573-F2B0-11D3-8BE1-525405F5D647),
  19. version(1.0),
  20. helpstring("HexShell 1.0 Type Library")
  21. ]
  22. library HEXSHELLLib
  23. {
  24. importlib("stdole32.tlb");
  25. importlib("stdole2.tlb");
  26. [
  27. uuid(9CCE5797-F2AA-11D3-8BE0-525405F5D647),
  28. helpstring("HexShellMenu Class")
  29. ]
  30. coclass HexShellMenu
  31. {
  32. [default] interface IHexShellMenu;
  33. };
  34. };