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.

56 lines
1.1 KiB

  1. // DSAdminExt.idl : IDL source for DSAdminExt.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (DSAdminExt.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(52ADFAA1-B9EE-40D4-9185-0C97A999854B),
  10. helpstring("ICMenuExt Interface"),
  11. pointer_default(unique)
  12. ]
  13. interface ICMenuExt : IUnknown
  14. {
  15. };
  16. [
  17. object,
  18. uuid(61955412-FE5C-4334-8E92-4E462AB21BB8),
  19. helpstring("IPropPageExt Interface"),
  20. pointer_default(unique)
  21. ]
  22. interface IPropPageExt : IUnknown
  23. {
  24. };
  25. [
  26. uuid(F596C593-454D-4000-8810-3507D05E8056),
  27. version(1.0),
  28. helpstring("DSAdminExt 1.0 Type Library")
  29. ]
  30. library DSADMINEXTLib
  31. {
  32. importlib("stdole32.tlb");
  33. importlib("stdole2.tlb");
  34. [
  35. uuid(6707A300-264F-4BA3-9537-70E304EED9BA),
  36. helpstring("CMenuExt Class")
  37. ]
  38. coclass CMenuExt
  39. {
  40. [default] interface ICMenuExt;
  41. };
  42. [
  43. uuid(5D883BEE-BA12-4F61-811D-6337982E131D),
  44. helpstring("PropPageExt Class")
  45. ]
  46. coclass PropPageExt
  47. {
  48. [default] interface IPropPageExt;
  49. };
  50. };