|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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.
Classes | |
| struct | INTERFACE_TABLE |
Macros | |
| #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) |
| IClassFactory * CClassFactory_fnConstructor | ( | LPFNCREATEINSTANCE | lpfnCI, |
| PLONG | pcRefDll, | ||
| IID * | riidInst | ||
| ) |
Definition at line 91 of file classfactory.cpp.
Referenced by DllGetClassObject().
Definition at line 114 of file enumtuningspaces.cpp.
Referenced by CTuningSpaceContainer::get_EnumTuningSpaces().
| HRESULT WINAPI CTuneRequest_fnConstructor | ( | IUnknown * | pUnknown, |
| ITuningSpace * | TuningSpace, | ||
| REFIID | riid, | ||
| LPVOID * | ppv | ||
| ) |
Definition at line 303 of file tunerequest.cpp.
Referenced by CTuningSpace::CreateTuneRequest().
Definition at line 336 of file tuningspace.cpp.
Referenced by CTuningSpaceContainer::get_Item(), and CEnumTuningSpaces::Next().
| HRESULT WINAPI CTuningSpaceContainer_fnConstructor | ( | IUnknown * | pUnknown, |
| REFIID | riid, | ||
| LPVOID * | ppv | ||
| ) |
Definition at line 245 of file tuningspace_container.cpp.