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.

38 lines
838 B

  1. //*************************************************************
  2. //
  3. // Copyright (c)1999 Microsoft Corporation, All Rights Reserved
  4. //
  5. // rsopprov.idl
  6. //
  7. // Module: Rsop Planning mode Provider
  8. //
  9. //*************************************************************
  10. // This file will be processed by the MIDL tool to
  11. // produce the type library (RSOPPROV.tlb) and marshalling code.
  12. import "oaidl.idl";
  13. import "ocidl.idl";
  14. [
  15. uuid(A51A339A-EC24-48B5-A2EA-2621F999B3D6),
  16. version(1.0),
  17. helpstring("RSOPPROV 1.0 Type Library")
  18. ]
  19. library RSOPPROVLib
  20. {
  21. importlib("stdole32.tlb");
  22. importlib("stdole2.tlb");
  23. [
  24. uuid(F0FF8EBB-F14D-4369-BD2E-D84FBF6122D6),
  25. helpstring("RsopPlanningModeProvider Class")
  26. ]
  27. coclass RsopPlanningModeProvider
  28. {
  29. [default] interface IUnknown;
  30. };
  31. };