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.

34 lines
603 B

  1. // McsPiPfl.idl : IDL source for McsPiPfl.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (McsPiPfl.tlb) and marshalling code.
  5. //import "..\..\Common\IDL\McsPI.idl";
  6. import "McsPI.idl";
  7. import "oaidl.idl";
  8. import "ocidl.idl";
  9. [
  10. uuid(5E3EAE0E-EC2D-409B-9128-8F0631C897F7),
  11. version(1.0),
  12. helpstring("McsPiPfl 1.0 Type Library")
  13. ]
  14. library MCSPIPFLLib
  15. {
  16. importlib("stdole32.tlb");
  17. importlib("stdole2.tlb");
  18. [
  19. uuid(0EB9FBE9-397D-4D09-A65E-ABF1790CC470),
  20. helpstring("ProfMMgr Class")
  21. ]
  22. coclass ProfMMgr
  23. {
  24. [default] interface IMcsDomPlugIn;
  25. };
  26. };