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.

41 lines
1.0 KiB

  1. ////////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright(C) 1999 Microsoft Corporation all rights reserved.
  4. //
  5. // Module: servicesurrogate.idl
  6. //
  7. // Project: Chameleon
  8. //
  9. // Description: Service Surrogate IDL
  10. //
  11. // Log:
  12. //
  13. // When Who What
  14. // ---- --- ----
  15. // 06/14/1999 TLP Initial Version (Mostly produced by Dev Studio)
  16. //
  17. ///////////////////////////////////////////////////////////////////////////////
  18. import "oaidl.idl";
  19. import "ocidl.idl";
  20. import "applianceobject.idl";
  21. [
  22. uuid(51DA63F3-24D9-11D3-BF9E-00105A1F3461),
  23. version(1.0),
  24. helpstring("Server Appliance Service Surrogate 1.0 Type Library")
  25. ]
  26. library SERVICESURROGATELib
  27. {
  28. importlib("stdole32.tlb");
  29. importlib("stdole2.tlb");
  30. [
  31. uuid(51DA6400-24D9-11D3-BF9E-00105A1F3461),
  32. helpstring("ServiceSurrogate Class")
  33. ]
  34. coclass ServiceSurrogate
  35. {
  36. [default] interface IApplianceObject;
  37. };
  38. };