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.

22 lines
451 B

  1. [
  2. helpstring("NNTP Directory Drop extension object - NNTPDirectoryDrop"),
  3. uuid(BDF68FCF-0209-11d1-85C2-00C04FB960EA),
  4. version(1.0)
  5. ]
  6. library NNTPDirectoryDrop
  7. {
  8. import "ocidl.idl";
  9. import "nntpfilt.idl";
  10. [
  11. control,
  12. helpstring("CNNTPDirectoryDrop"),
  13. uuid(BDF68FCE-0209-11d1-85C2-00C04FB960EA),
  14. version(1.0)
  15. ]
  16. coclass CNNTPDirectoryDrop
  17. {
  18. [default] interface INNTPFilter;
  19. interface IPersistPropertyBag;
  20. }
  21. };