DHTMLGrades.idl
上传用户:benben_wyd
上传日期:2010-02-26
资源大小:1229k
文件大小:1k
源码类别:

书籍源码

开发平台:

Visual C++

  1. // DHTMLGrades.idl : IDL source for DHTMLGrades.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (DHTMLGrades.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. #include "olectl.h"
  8. [
  9. object,
  10. uuid(4BA7268D-AB73-11D2-9949-C45224D15E47),
  11. dual,
  12. helpstring("IDHTMLControl Interface"),
  13. pointer_default(unique)
  14. ]
  15. interface IDHTMLControl : IDispatch
  16. {
  17. };
  18. [
  19. object, dual,
  20. uuid(4BA7268E-AB73-11D2-9949-C45224D15E47),
  21. helpstring("IDHTMLControlUI Interface"),
  22. pointer_default(unique)
  23. ]
  24. interface IDHTMLControlUI : IDispatch
  25. {
  26. //Added by Chuck Wood
  27. HRESULT Lookup([in]IDispatch* pdispForm,
  28.  [in]IDispatch* pdispTable);
  29. };
  30. [
  31. uuid(4BA72681-AB73-11D2-9949-C45224D15E47),
  32. version(1.0),
  33. helpstring("DHTMLGrades 1.0 Type Library")
  34. ]
  35. library DHTMLGRADESLib
  36. {
  37. importlib("stdole32.tlb");
  38. importlib("stdole2.tlb");
  39. [
  40. uuid(E40A11EE-AA4B-11D2-9949-C4CF5F772B46),
  41. helpstring("DHTMLControl Class")
  42. ]
  43. coclass DHTMLControl
  44. {
  45. [default] interface IDHTMLControl;
  46. interface IDHTMLControlUI;
  47. };
  48. };