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.

37 lines
764 B

  1. // Copyright (c) 1997-1999 Microsoft Corporation
  2. // CMProps.idl : IDL source for CMProps.dll
  3. //
  4. // This file will be processed by the MIDL tool to
  5. // produce the type library (CMProps.tlb) and marshalling code.
  6. import "oaidl.idl";
  7. import "ocidl.idl";
  8. [
  9. uuid(A1B9E012-3226-11D2-883E-00104B2AFB46),
  10. version(1.0),
  11. helpstring("CMProps 1.0 Type Library")
  12. ]
  13. library CMPROPSLib
  14. {
  15. importlib("stdole32.tlb");
  16. importlib("stdole2.tlb");
  17. [
  18. uuid(0F3621F1-23C6-11D1-AD97-00AA00B88E5A),
  19. helpstring("CMSnapin Class")
  20. ]
  21. coclass CMSnapin
  22. {
  23. [default] interface IUnknown;
  24. }
  25. [
  26. uuid(A1B9E020-3226-11D2-883E-00104B2AFB46),
  27. helpstring("CMSnapin Class About")
  28. ]
  29. coclass CMSnapinAbout
  30. {
  31. [default] interface IUnknown;
  32. }
  33. };