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.

32 lines
618 B

  1. import "oaidl.idl";
  2. import "ocidl.idl";
  3. [
  4. uuid(D336F491-885B-45b2-BAE7-4F5889248A5D),
  5. version(1.0),
  6. helpstring("POP3ServerSnap 1.0 Type Library")
  7. ]
  8. library POP3ServerSNAPLib
  9. {
  10. importlib("stdole32.tlb");
  11. importlib("stdole2.tlb");
  12. [
  13. uuid(4D0A5D1A-69E9-467c-852A-57E5A5ACD71E),
  14. helpstring("POP3ServerSnap Class")
  15. ]
  16. coclass POP3ServerSnap
  17. {
  18. [default] interface IUnknown;
  19. }
  20. [
  21. uuid(EF939D87-D20F-45f7-BD5F-A16A29BDA7ED),
  22. helpstring("POP3ServerSnap Class About")
  23. ]
  24. coclass POP3ServerSnapAbout
  25. {
  26. [default] interface IUnknown;
  27. }
  28. };