home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / strmif.idl < prev    next >
Text File  |  1998-04-25  |  888b  |  31 lines

  1. //==========================================================================;
  2. //
  3. //  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  4. //  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  5. //  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  6. //  PURPOSE.
  7. //
  8. //  Copyright (c) 1992 - 1996  Microsoft Corporation.  All Rights Reserved.
  9. //
  10. //--------------------------------------------------------------------------;
  11.  
  12. // ActiveMovie interface definitions
  13.  
  14.  
  15. import "unknwn.idl";
  16. import "objidl.idl";    // for IPersist (IFilter's root)
  17.  
  18. // core interfaces
  19. #include "axcore.idl"
  20.  
  21. // extended, ActiveMovie-only interfaces
  22. #include "axextend.idl"
  23.  
  24. // ActiveMovie-only sample plug-in distributor interface
  25. #include "IAMovie.idl"
  26.  
  27. #include "devenum.idl"
  28.  
  29. // application interfaces for DVD
  30. #include "dvdif.idl"
  31.