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.
|
|
//------------------------------------------------------------------------------ // File: StrmIf.idl // // Desc: ActiveMovie interface definitions. // // Copyright (c) 1992 - 2000, Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------
import "unknwn.idl"; import "objidl.idl"; // for IPersist (IFilter's root)
#include "devenum.idl"
// core interfaces #include "axcore.idl"
// extended, ActiveMovie-only interfaces #include "axextend.idl"
// application interfaces for DVD #include "dvdif.idl"
// Dynamic graph stuff #include "dyngraph.idl"
// Video Mixing Renderer #include "VMRender.idl"
|