|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
import "bdaiface.idl";
Inherits IUnknown.
Inherited by CBDADeviceControl.
Public Member Functions |
| HRESULT | GetNodeTypes ([in, out] ULONG *pulcNodeTypes,[in] ULONG ulcNodeTypesMax,[in, out] ULONG *rgulNodeTypes) |
| HRESULT | GetNodeDescriptors ([in, out] ULONG *ulcNodeDescriptors,[in] ULONG ulcNodeDescriptorsMax,[in, out] BDANODE_DESCRIPTOR *rgNodeDescriptors) |
| HRESULT | GetNodeInterfaces ([in] ULONG ulNodeType,[in, out] ULONG *pulcInterfaces,[in] ULONG ulcInterfacesMax,[in, out] GUID *rgguidInterfaces) |
| HRESULT | GetPinTypes ([in, out] ULONG *pulcPinTypes,[in] ULONG ulcPinTypesMax,[in, out] ULONG *rgulPinTypes) |
| HRESULT | GetTemplateConnections ([in, out] ULONG *pulcConnections,[in] ULONG ulcConnectionsMax,[in, out,] BDA_TEMPLATE_CONNECTION *rgConnections) |
| HRESULT | CreatePin ([in] ULONG ulPinType,[in, out] ULONG *pulPinId) |
| HRESULT | DeletePin ([in] ULONG ulPinId) |
| HRESULT | SetMediaType ([in] ULONG ulPinId,[in] AM_MEDIA_TYPE *pMediaType) |
| HRESULT | SetMedium ([in] ULONG ulPinId,[in] REGPINMEDIUM *pMedium) |
| HRESULT | CreateTopology ([in] ULONG ulInputPinId,[in] ULONG ulOutputPinId) |
| HRESULT | GetControlNode ([in] ULONG ulInputPinId,[in] ULONG ulOutputPinId,[in] ULONG ulNodeType,[in, out] IUnknown **ppControlNode) |
Detailed Description
Definition at line 246 of file bdaiface.idl.
The documentation for this interface was generated from the following file:
Generated on Sat May 26 2012 06:21:25 for ReactOS by
1.7.6.1
|