Source code of Windows XP (NT5)
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.

59 lines
998 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. /*++
  3. Copyright (c) 1997 Microsoft Corporation
  4. Module Name:
  5. IASMMC.idl
  6. Abstract:
  7. IDL source for IASMMC.dll
  8. This file will be processed by the MIDL tool to
  9. produce the type library (IASMMC.tlb) and marshalling code.
  10. Author:
  11. Michael A. Maguire 11/6/97
  12. Revision History:
  13. mmaguire 11/6/97 - created using MMC snap-in wizard
  14. --*/
  15. //////////////////////////////////////////////////////////////////////////////
  16. import "oaidl.idl";
  17. import "ocidl.idl";
  18. [
  19. uuid(32A48836-5713-11D1-9551-0060B0576642),
  20. version(1.0),
  21. helpstring("IASMMC 1.0 Type Library")
  22. ]
  23. library IASMMCLib
  24. {
  25. importlib("stdole2.tlb");
  26. [
  27. uuid(8F8F8DC0-5713-11D1-9551-0060B0576642),
  28. helpstring("IASSnapin Class")
  29. ]
  30. coclass IASSnapin
  31. {
  32. [default] interface IUnknown;
  33. }
  34. [
  35. uuid(8F8F8DC1-5713-11D1-9551-0060B0576642),
  36. helpstring("IASSnapin Class About")
  37. ]
  38. coclass IASSnapinAbout
  39. {
  40. [default] interface IUnknown;
  41. }
  42. };