Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.0 KiB

  1. // ExtSnap.idl : IDL source for ExtSnap.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (ExtSnap.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(3AC3AD56-7391-48A4-8837-60BCC3FB8D28),
  10. helpstring("IAbout Interface"),
  11. pointer_default(unique)
  12. ]
  13. interface IAbout : IUnknown
  14. {
  15. };
  16. [
  17. object,
  18. uuid(D44A9455-D873-48A9-A2A0-E55A8065B7EB),
  19. helpstring("IClassExtSnap Interface"),
  20. pointer_default(unique)
  21. ]
  22. interface IClassExtSnap : IUnknown
  23. {
  24. };
  25. [
  26. uuid(DF1F3C44-9159-4EB1-ADCF-2F71A391A687),
  27. version(1.0),
  28. helpstring("ExtSnap 1.0 Type Library")
  29. ]
  30. library EXTSNAPLib
  31. {
  32. importlib("stdole32.tlb");
  33. importlib("stdole2.tlb");
  34. [
  35. uuid(4E7F429A-9A8A-4FA5-BBA0-10EB183898D1),
  36. helpstring("About Class")
  37. ]
  38. coclass About
  39. {
  40. [default] interface IAbout;
  41. };
  42. [
  43. uuid(3F40BB91-D7E4-4A37-9DE7-4D837B30F998),
  44. helpstring("ClassExtSnap Class")
  45. ]
  46. coclass ClassExtSnap
  47. {
  48. [default] interface IClassExtSnap;
  49. };
  50. };