home *** CD-ROM | disk | FTP | other *** search
- //==========================================================================;
- //
- // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
- // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
- // IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
- // PURPOSE.
- //
- // Copyright (c) 1992 - 1996 Microsoft Corporation. All Rights Reserved.
- //
- //--------------------------------------------------------------------------;
-
- // ActiveX interface definitions
-
-
- #pragma warning(disable: 4152 4209 4211 4214 4310 4514)
-
- import "unknwn.idl";
- import "objidl.idl"; // for IPersist (IFilter's root)
-
- // core interfaces (shared with Clockwork)
- #include "axcore.idl"
-
- // extended, ActiveX-only interfaces
- #include "axextend.idl"
-
- // ActiveX-only sample plug-in distributor interface
- #include "IAMovie.idl"
-
- #pragma warning(default: 4152 4209 4211 4214 4310 4514)
-
-