ReactOS 0.4.16-dev-88-ga65b6ae
|
Protected Attributes | |
LONG | m_Ref |
IUnknown * | m_pUnkOuter |
HANDLE | m_Handle |
IBaseFilter * | m_pFilter |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 31 of file devicecontrol.cpp.
|
inline |
Definition at line 72 of file devicecontrol.cpp.
|
inlinevirtual |
Definition at line 73 of file devicecontrol.cpp.
HRESULT STDMETHODCALLTYPE CBDADeviceControl::CheckChanges | ( | void | ) |
Implements IBDA_DeviceControl.
Definition at line 145 of file devicecontrol.cpp.
HRESULT STDMETHODCALLTYPE CBDADeviceControl::CommitChanges | ( | void | ) |
Implements IBDA_DeviceControl.
Definition at line 171 of file devicecontrol.cpp.
HRESULT STDMETHODCALLTYPE CBDADeviceControl::CreatePin | ( | ULONG | ulPinType, |
ULONG * | pulPinId | ||
) |
Implements IBDA_Topology.
Definition at line 384 of file devicecontrol.cpp.
HRESULT STDMETHODCALLTYPE CBDADeviceControl::CreateTopology | ( | ULONG | ulInputPinId, |
ULONG | ulOutputPinId | ||
) |
Implements IBDA_Topology.
Definition at line 428 of file devicecontrol.cpp.
HRESULT STDMETHODCALLTYPE CBDADeviceControl::DeletePin | ( | ULONG | ulPinId | ) |
Implements IBDA_Topology.
Definition at line 395 of file devicecontrol.cpp.
HRESULT STDMETHODCALLTYPE CBDADeviceControl::GetChangeState | ( | ULONG * | pState | ) |
Implements IBDA_DeviceControl.
Definition at line 196 of file devicecontrol.cpp.
HRESULT STDMETHODCALLTYPE CBDADeviceControl::GetControlNode | ( | ULONG | ulInputPinId, |
ULONG | ulOutputPinId, | ||
ULONG | ulNodeType, | ||
IUnknown ** | ppControlNode | ||
) |
Implements IBDA_Topology.
Definition at line 453 of file devicecontrol.cpp.
HRESULT STDMETHODCALLTYPE CBDADeviceControl::GetNodeDescriptors | ( | ULONG * | ulcNodeDescriptors, |
ULONG | ulcNodeDescriptorsMax, | ||
BDANODE_DESCRIPTOR * | rgNodeDescriptors | ||
) |
Implements IBDA_Topology.
Definition at line 250 of file devicecontrol.cpp.
HRESULT STDMETHODCALLTYPE CBDADeviceControl::GetNodeInterfaces | ( | ULONG | ulNodeType, |
ULONG * | pulcInterfaces, | ||
ULONG | ulcInterfacesMax, | ||
GUID * | rgguidInterfaces | ||
) |
Implements IBDA_Topology.
Definition at line 294 of file devicecontrol.cpp.
HRESULT STDMETHODCALLTYPE CBDADeviceControl::GetNodeTypes | ( | ULONG * | pulcNodeTypes, |
ULONG | ulcNodeTypesMax, | ||
ULONG * | rgulNodeTypes | ||
) |
Implements IBDA_Topology.
Definition at line 214 of file devicecontrol.cpp.
HRESULT STDMETHODCALLTYPE CBDADeviceControl::GetPinTypes | ( | ULONG * | pulcPinTypes, |
ULONG | ulcPinTypesMax, | ||
ULONG * | rgulPinTypes | ||
) |
Implements IBDA_Topology.
Definition at line 337 of file devicecontrol.cpp.
HRESULT STDMETHODCALLTYPE CBDADeviceControl::GetTemplateConnections | ( | ULONG * | pulcConnections, |
ULONG | ulcConnectionsMax, | ||
BDA_TEMPLATE_CONNECTION * | rgConnections | ||
) |
Implements IBDA_Topology.
Definition at line 373 of file devicecontrol.cpp.
HRESULT STDMETHODCALLTYPE CBDADeviceControl::QueryInterface | ( | REFIID | InterfaceId, |
PVOID * | Interface | ||
) |
Definition at line 84 of file devicecontrol.cpp.
HRESULT STDMETHODCALLTYPE CBDADeviceControl::SetMediaType | ( | ULONG | ulPinId, |
AM_MEDIA_TYPE * | pMediaType | ||
) |
Implements IBDA_Topology.
Definition at line 406 of file devicecontrol.cpp.
HRESULT STDMETHODCALLTYPE CBDADeviceControl::SetMedium | ( | ULONG | ulPinId, |
REGPINMEDIUM * | pMedium | ||
) |
Implements IBDA_Topology.
Definition at line 417 of file devicecontrol.cpp.
HRESULT STDMETHODCALLTYPE CBDADeviceControl::StartChanges | ( | void | ) |
Implements IBDA_DeviceControl.
Definition at line 119 of file devicecontrol.cpp.
|
inline |
Definition at line 37 of file devicecontrol.cpp.
|
inline |
Definition at line 42 of file devicecontrol.cpp.
|
protected |
Definition at line 78 of file devicecontrol.cpp.
Referenced by CheckChanges(), CommitChanges(), CreateTopology(), GetControlNode(), GetNodeDescriptors(), GetNodeInterfaces(), GetNodeTypes(), GetPinTypes(), and StartChanges().
|
protected |
Definition at line 79 of file devicecontrol.cpp.
Referenced by GetControlNode().
|
protected |
Definition at line 77 of file devicecontrol.cpp.
|
protected |
Definition at line 76 of file devicecontrol.cpp.
Referenced by STDMETHODIMP_().