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.

46 lines
1013 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999 - 1999
  6. //
  7. // File: bensvr.idl
  8. //
  9. //--------------------------------------------------------------------------
  10. // BenefitsSvr.idl : IDL source for BenefitsSvr.dll
  11. //
  12. // This file will be processed by the MIDL tool to
  13. // produce the type library (BenefitsSvr.tlb) and marshalling code.
  14. import "oaidl.idl";
  15. import "ocidl.idl";
  16. [
  17. uuid(F9D85C73-DBB8-11D1-8477-00104B211BE5),
  18. version(1.0),
  19. helpstring("BenefitsSvr 1.0 Type Library")
  20. ]
  21. library BENEFITSSVRLib
  22. {
  23. importlib("stdole32.tlb");
  24. importlib("stdole2.tlb");
  25. [
  26. uuid(F9D85C7F-DBB8-11D1-8477-00104B211BE5),
  27. helpstring("Benefits Class")
  28. ]
  29. coclass Benefits
  30. {
  31. [default] interface IUnknown;
  32. }
  33. [
  34. uuid(F9D85C80-DBB8-11D1-8477-00104B211BE5),
  35. helpstring("Benefits Class About")
  36. ]
  37. coclass BenefitsAbout
  38. {
  39. [default] interface IUnknown;
  40. }
  41. };