|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <dshow.h>#include <ks.h>#include <ksproxy.h>#include <ksmedia.h>#include <stdio.h>#include <wchar.h>#include <tchar.h>#include <uuids.h>#include <bdatypes.h>#include <bdaiface.h>#include <bdatif.h>#include <bdamedia.h>#include <tuner.h>#include <assert.h>#include <vector>

Go to the source code of this file.
Classes | |
| struct | INTERFACE_TABLE |
Macros | |
| #define | MSDVBNP_TRACE |
| #define | BUILDING_KS |
| #define | _KSDDK_ |
| #define | __STREAMS__ |
Typedefs | |
| typedef HRESULT(CALLBACK * | LPFNCREATEINSTANCE) (IUnknown *pUnkOuter, REFIID riid, LPVOID *ppvObject) |
Variables | |
| const GUID | CLSID_DVBTNetworkProvider |
| IClassFactory * CClassFactory_fnConstructor | ( | LPFNCREATEINSTANCE | lpfnCI, |
| PLONG | pcRefDll, | ||
| IID * | riidInst | ||
| ) |
Definition at line 91 of file classfactory.cpp.
| HRESULT WINAPI CEnumMediaTypes_fnConstructor | ( | IUnknown * | pUnknown, |
| ULONG | MediaTypeCount, | ||
| AM_MEDIA_TYPE * | MediaTypes, | ||
| REFIID | riid, | ||
| LPVOID * | ppv | ||
| ) |
Definition at line 157 of file enum_mediatypes.cpp.
| HRESULT WINAPI CEnumPins_fnConstructor | ( | IUnknown * | pUnknown, |
| ULONG | NumPins, | ||
| IPin ** | pins, | ||
| REFIID | riid, | ||
| LPVOID * | ppv | ||
| ) |
Definition at line 149 of file enumpins.cpp.
| HRESULT WINAPI CEthernetFilter_fnConstructor | ( | IBDA_NetworkProvider * | pNetworkProvider, |
| REFIID | riid, | ||
| LPVOID * | ppv | ||
| ) |
Definition at line 151 of file ethernetfilter.cpp.
| HRESULT WINAPI CIPV4Filter_fnConstructor | ( | IBDA_NetworkProvider * | pNetworkProvider, |
| REFIID | riid, | ||
| LPVOID * | ppv | ||
| ) |
Definition at line 152 of file ipv4.cpp.
Referenced by CNetworkProvider::QueryInterface().
| HRESULT WINAPI CIPV6Filter_fnConstructor | ( | IBDA_NetworkProvider * | pNetworkProvider, |
| REFIID | riid, | ||
| LPVOID * | ppv | ||
| ) |
Definition at line 149 of file ipv6.cpp.
Referenced by CNetworkProvider::QueryInterface().
Definition at line 552 of file networkprovider.cpp.
| HRESULT WINAPI CPin_fnConstructor | ( | IUnknown * | pUnknown, |
| IBaseFilter * | ParentFilter, | ||
| REFIID | riid, | ||
| LPVOID * | ppv | ||
| ) |
Definition at line 318 of file pin.cpp.
Referenced by CNetworkProvider::EnumPins().
| HRESULT WINAPI CScanningTunner_fnConstructor | ( | std::vector< IUnknown * > & | m_DeviceFilter, |
| REFIID | riid, | ||
| LPVOID * | ppv | ||
| ) |
Definition at line 696 of file scanningtuner.cpp.
Referenced by CNetworkProvider::QueryInterface().
Definition at line 15 of file devicecontrol.cpp.
Referenced by CNetworkProvider_fnConstructor(), CTuningSpace::get__NetworkType(), and CTuningSpace::get_NetworkType().