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.

29 lines
700 B

  1. //------------------------------------------------------------------------------
  2. // File: StrmIf.idl
  3. //
  4. // Desc: ActiveMovie interface definitions.
  5. //
  6. // Copyright (c) 1992 - 2000, Microsoft Corporation. All rights reserved.
  7. //------------------------------------------------------------------------------
  8. import "unknwn.idl";
  9. import "objidl.idl"; // for IPersist (IFilter's root)
  10. #include "devenum.idl"
  11. // core interfaces
  12. #include "axcore.idl"
  13. // extended, ActiveMovie-only interfaces
  14. #include "axextend.idl"
  15. // application interfaces for DVD
  16. #include "dvdif.idl"
  17. // Dynamic graph stuff
  18. #include "dyngraph.idl"
  19. // Video Mixing Renderer
  20. #include "VMRender.idl"