#include <dshow.h>
#include <ks.h>
#include <ksproxy.h>
#include <stdio.h>
#include <wchar.h>
#include <tchar.h>
#include <uuids.h>
#include <bdatypes.h>
#include <bdaiface.h>
#include <bdamedia.h>
#include <tuner.h>
#include <assert.h>
Go to the source code of this file.
Data Structures |
| struct | INTERFACE_TABLE |
Defines |
| #define | MSVIDCTL_TRACE |
| #define | BUILDING_KS |
| #define | _KSDDK_ |
| #define | __STREAMS__ |
Typedefs |
| typedef HRESULT(CALLBACK * | LPFNCREATEINSTANCE )(IUnknown *pUnkOuter, REFIID riid, LPVOID *ppvObject) |
Functions |
| IClassFactory * | CClassFactory_fnConstructor (LPFNCREATEINSTANCE lpfnCI, PLONG pcRefDll, IID *riidInst) |
| HRESULT WINAPI | CTuningSpaceContainer_fnConstructor (IUnknown *pUnknown, REFIID riid, LPVOID *ppv) |
| HRESULT WINAPI | CTuningSpace_fnConstructor (IUnknown *pUnknown, REFIID riid, LPVOID *ppv) |
| HRESULT WINAPI | CTuneRequest_fnConstructor (IUnknown *pUnknown, ITuningSpace *TuningSpace, REFIID riid, LPVOID *ppv) |
| HRESULT WINAPI | CEnumTuningSpaces_fnConstructor (IUnknown *pUnknown, REFIID riid, LPVOID *ppv) |