ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
class | CBDAPinControl |
Functions | |
HRESULT | GetNetworkProviderFromGraph (IFilterGraph *pGraph, IBDA_NetworkProvider **pOutNetworkProvider) |
HRESULT | CBDAPinControl_RealConstructor (HANDLE hPin, IBDA_NetworkProvider *pNetworkProvider, IPin *pConnectedPin, ULONG RegistrationCtx, IUnknown *pUnkOuter, REFIID riid, LPVOID *ppv) |
HRESULT WINAPI | CBDAPinControl_fnConstructor (IUnknown *pUnkOuter, REFIID riid, LPVOID *ppv) |
Variables | |
const GUID | KSPROPSETID_BdaPinControl = {0x0ded49d5, 0xa8b7, 0x4d5d, {0x97, 0xa1, 0x12, 0xb0, 0xc1, 0x95, 0x87, 0x4d}} |
const GUID | IID_IBDA_PinControl = {0x0DED49D5, 0xA8B7, 0x4d5d, {0x97, 0xA1, 0x12, 0xB0, 0xC1, 0x95, 0x87, 0x4D}} |
const GUID | IID_IPin = {0x56a86891, 0x0ad4, 0x11ce, {0xb0, 0x3a, 0x00, 0x20, 0xaf, 0x0b, 0xa7, 0x70}} |
Definition at line 236 of file pincontrol.cpp.
HRESULT CBDAPinControl_RealConstructor | ( | HANDLE | hPin, |
IBDA_NetworkProvider * | pNetworkProvider, | ||
IPin * | pConnectedPin, | ||
ULONG | RegistrationCtx, | ||
IUnknown * | pUnkOuter, | ||
REFIID | riid, | ||
LPVOID * | ppv | ||
) |
Definition at line 206 of file pincontrol.cpp.
Referenced by CBDAPinControl_fnConstructor().
HRESULT GetNetworkProviderFromGraph | ( | IFilterGraph * | pGraph, |
IBDA_NetworkProvider ** | pOutNetworkProvider | ||
) |
Definition at line 162 of file pincontrol.cpp.
Referenced by CBDAPinControl_fnConstructor().
const GUID IID_IBDA_PinControl = {0x0DED49D5, 0xA8B7, 0x4d5d, {0x97, 0xA1, 0x12, 0xB0, 0xC1, 0x95, 0x87, 0x4D}} |
Definition at line 14 of file pincontrol.cpp.
Referenced by CBDAPinControl::QueryInterface().
const GUID IID_IPin = {0x56a86891, 0x0ad4, 0x11ce, {0xb0, 0x3a, 0x00, 0x20, 0xaf, 0x0b, 0xa7, 0x70}} |
Definition at line 15 of file pincontrol.cpp.
Referenced by AsyncReader_QueryInterface(), AudioMediaStreamImpl_IAMMediaStream_QueryInterface(), AviMuxIn_QueryInterface(), AviMuxOut_QueryInterface(), BaseInputPinImpl_QueryInterface(), BaseOutputPinImpl_QueryInterface(), CBDAPinControl_fnConstructor(), CKsProxy::CreatePins(), DirectDrawMediaStreamImpl_IAMMediaStream_QueryInterface(), DSoundRender_QueryInterface(), FileAsyncReaderPin_QueryInterface(), fnCaptureGraphBuilder2_FindPin(), CKsInterfaceHandler::KsSetPin(), MediaStreamFilterImpl_GetPin(), MPEGSplitter_QueryInterface(), NullRendererInner_QueryInterface(), Parser_OutputPin_QueryInterface(), Parser_QueryInterface(), PullPin_QueryInterface(), CInputPin::QueryInterface(), COutputPin::QueryInterface(), CPin::QueryInterface(), SampleGrabber_IPin_QueryInterface(), test_media_streams(), TestFilter_Pin_QueryInterface(), TransformFilterImpl_QueryInterface(), VfwPin_QueryInterface(), and VideoRendererInner_QueryInterface().
const GUID KSPROPSETID_BdaPinControl = {0x0ded49d5, 0xa8b7, 0x4d5d, {0x97, 0xa1, 0x12, 0xb0, 0xc1, 0x95, 0x87, 0x4d}} |
Definition at line 13 of file pincontrol.cpp.
Referenced by CBDAPinControl::GetPinID(), and CBDAPinControl::GetPinType().