Source code of Windows XP (NT5)
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.

35 lines
663 B

  1. // DfrgSnap.idl : IDL source for DfrgSnap.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (DfrgSnap.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. uuid(CD83A785-6F75-11D2-A385-00609772642E),
  9. version(1.0),
  10. helpstring("DfrgSnap 1.0 Type Library")
  11. ]
  12. library DFRGSNAPLib
  13. {
  14. importlib("stdole2.tlb");
  15. [
  16. uuid(43668E21-2636-11D1-A1CE-0080C88593A5),
  17. helpstring("DfrgSnapin Class")
  18. ]
  19. coclass DfrgSnapin
  20. {
  21. [default] interface IUnknown;
  22. }
  23. [
  24. uuid(B5C45061-2729-11D1-A1D7-0080C88593A5),
  25. helpstring("DfrgSnapin Class About")
  26. ]
  27. coclass DfrgSnapinAbout
  28. {
  29. [default] interface IUnknown;
  30. }
  31. };