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.

29 lines
651 B

  1. // SimpleDriver.idl : IDL source for SimpleDriver.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (SimpleDriver.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. import "mailmsg.idl";
  8. [
  9. uuid(2CCB54F5-6AB6-40ea-9989-5E62239FDA31),
  10. version(1.0),
  11. helpstring("POP3SMTPStoreDriver 1.0 Type Library")
  12. ]
  13. library POP3SMTPSTOREDRIVERLib
  14. {
  15. importlib("stdole32.tlb");
  16. importlib("stdole2.tlb");
  17. [
  18. uuid(9100BE35-711B-4b34-8AC9-BA350C2117BE),
  19. helpstring("CPOP3SMTPStoreDriver Class")
  20. ]
  21. coclass CPOP3SMTPStoreDriver
  22. {
  23. [default] interface ISMTPStoreDriver;
  24. };
  25. };