home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / mac / SiteBldr / AMOVIE / SDK / _SETUP / COMMON.Z / strmif.idl < prev    next >
Encoding:
Text File  |  1996-04-02  |  938 b   |  32 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. // ActiveX interface definitions
  13.  
  14.  
  15. #pragma warning(disable: 4152 4209 4211 4214 4310 4514)
  16.  
  17. import "unknwn.idl";
  18. import "objidl.idl";    // for IPersist (IFilter's root)
  19.  
  20. // core interfaces (shared with Clockwork)
  21. #include "axcore.idl"
  22.  
  23. // extended, ActiveX-only interfaces
  24. #include "axextend.idl"
  25.  
  26. // ActiveX-only sample plug-in distributor interface
  27. #include "IAMovie.idl"
  28.  
  29. #pragma warning(default: 4152 4209 4211 4214 4310 4514)
  30.  
  31.  
  32.