|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
| #define | TAG_BDASUP 'SadB' |
Variables | |
| const GUID | KSPROPSETID_BdaPinControl = {0xded49d5, 0xa8b7, 0x4d5d, {0x97, 0xa1, 0x12, 0xb0, 0xc1, 0x95, 0x87, 0x4d}} |
| const GUID | KSMETHODSETID_BdaDeviceConfiguration = {0x71985f45, 0x1ca1, 0x11d3, {0x9c, 0xc8, 0x0, 0xc0, 0x4f, 0x79, 0x71, 0xe0}} |
| const GUID | KSPROPSETID_BdaTopology = {0xa14ee835, 0x0a23, 0x11d3, {0x9c, 0xc7, 0x0, 0xc0, 0x4f, 0x79, 0x71, 0xe0}} |
| BDA_GLOBAL | g_Settings |
| KSPROPERTY_ITEM | FilterPropertyItem [] |
| KSPROPERTY_SET | FilterPropertySet |
| KSMETHOD_ITEM | FilterMethodItem [] |
| KSMETHOD_SET | FilterMethodSet |
| KSAUTOMATION_TABLE | FilterAutomationTable |
| KSPROPERTY_ITEM | PinPropertyItem [] |
| KSPROPERTY_SET | PinPropertySet |
| KSAUTOMATION_TABLE | PinAutomationTable |
Definition at line 95 of file bdasup.c.
Referenced by BdaCreateFilterFactoryEx(), and BdaCreatePin().
| NTSTATUS NTAPI BdaCreateFilterFactory | ( | IN PKSDEVICE | pKSDevice, |
| IN const KSFILTER_DESCRIPTOR * | pFilterDescriptor, | ||
| IN const BDA_FILTER_TEMPLATE * | pBdaFilterTemplate | ||
| ) |
Definition at line 197 of file bdasup.c.
| NTSTATUS NTAPI BdaCreateFilterFactoryEx | ( | IN PKSDEVICE | pKSDevice, |
| IN const KSFILTER_DESCRIPTOR * | pFilterDescriptor, | ||
| IN const BDA_FILTER_TEMPLATE * | BdaFilterTemplate, | ||
| OUT PKSFILTERFACTORY * | ppKSFilterFactory | ||
| ) |
Definition at line 246 of file bdasup.c.
Referenced by BdaCreateFilterFactory().
Definition at line 357 of file bdasup.c.
Referenced by BdaInitFilter(), and BdaMethodCreatePin().
| NTSTATUS NTAPI BdaCreateTopology | ( | IN PKSFILTER | pKSFilter, |
| IN ULONG | InputPinId, | ||
| IN ULONG | OutputPinId | ||
| ) |
Definition at line 541 of file bdasup.c.
Referenced by BdaMethodCreateTopology().
| NTSTATUS NTAPI BdaFilterFactoryUpdateCacheData | ( | IN PKSFILTERFACTORY | FilterFactory, |
| IN const KSFILTER_DESCRIPTOR *FilterDescriptor | OPTIONAL | ||
| ) |
Definition at line 607 of file bdasup.c.
Definition at line 620 of file bdasup.c.
| NTSTATUS NTAPI BdaInitFilter | ( | IN PKSFILTER | pKSFilter, |
| IN const BDA_FILTER_TEMPLATE * | pBdaFilterTemplate | ||
| ) |
Definition at line 488 of file bdasup.c.
| NTSTATUS NTAPI BdaMethodCreatePin | ( | IN PIRP | Irp, |
| IN KSMETHOD * | pKSMethod, | ||
| OUT ULONG * | pulPinFactoryID | ||
| ) |
Definition at line 453 of file bdasup.c.
| NTSTATUS NTAPI BdaMethodCreateTopology | ( | IN PIRP | Irp, |
| IN KSMETHOD * | pKSMethod, | ||
| OPTIONAL PVOID | pvIgnored | ||
| ) |
Definition at line 642 of file bdasup.c.
| NTSTATUS NTAPI BdaMethodDeletePin | ( | IN PIRP | Irp, |
| IN KSMETHOD * | pKSMethod, | ||
| OPTIONAL PVOID | pvIgnored | ||
| ) |
| NTSTATUS NTAPI BdaPropertyGetControllingPinId | ( | IN PIRP | Irp, |
| IN KSP_BDA_NODE_PIN * | pProperty, | ||
| OUT ULONG * | pulControllingPinId | ||
| ) |
| NTSTATUS NTAPI BdaPropertyGetPinControl | ( | IN PIRP | Irp, |
| IN KSPROPERTY * | pKSProperty, | ||
| OUT ULONG * | pulProperty | ||
| ) |
Definition at line 707 of file bdasup.c.
| NTSTATUS NTAPI BdaPropertyNodeDescriptors | ( | IN PIRP | Irp, |
| IN KSPROPERTY * | pKSProperty, | ||
| OUT BDANODE_DESCRIPTOR * | pNodeDescriptorProperty | ||
| ) |
| NTSTATUS NTAPI BdaPropertyNodeEvents | ( | IN PIRP | Irp, |
| IN KSP_NODE * | pKSProperty, | ||
| OUT GUID * | pguidProperty | ||
| ) |
| NTSTATUS NTAPI BdaPropertyNodeMethods | ( | IN PIRP | Irp, |
| IN KSP_NODE * | pKSProperty, | ||
| OUT GUID * | pguidProperty | ||
| ) |
| NTSTATUS NTAPI BdaPropertyNodeProperties | ( | IN PIRP | Irp, |
| IN KSP_NODE * | pKSProperty, | ||
| OUT GUID * | pguidProperty | ||
| ) |
| NTSTATUS NTAPI BdaPropertyNodeTypes | ( | IN PIRP | Irp, |
| IN KSPROPERTY * | pKSProperty, | ||
| OUT ULONG * | pulProperty | ||
| ) |
Definition at line 810 of file bdasup.c.
| NTSTATUS NTAPI BdaPropertyPinTypes | ( | IN PIRP | Irp, |
| IN KSPROPERTY * | pKSProperty, | ||
| OUT ULONG * | pulProperty | ||
| ) |
Definition at line 878 of file bdasup.c.
| NTSTATUS NTAPI BdaPropertyTemplateConnections | ( | IN PIRP | Irp, |
| IN KSPROPERTY * | pKSProperty, | ||
| OUT KSTOPOLOGY_CONNECTION * | pConnectionProperty | ||
| ) |
Definition at line 946 of file bdasup.c.
| NTSTATUS NTAPI DllInitialize | ( | PUNICODE_STRING | RegistryPath | ) |
Definition at line 207 of file bdasup.c.
Referenced by BdaCreateFilterFactoryEx().
Definition at line 103 of file bdasup.c.
Referenced by BdaCreateFilterFactoryEx(), and FreeFilterInstance().
| PBDA_FILTER_INSTANCE_ENTRY GetFilterInstanceEntry | ( | IN PKSFILTERFACTORY | FilterFactory | ) |
Definition at line 110 of file bdasup.c.
Referenced by BdaCreatePin(), BdaCreateTopology(), BdaInitFilter(), BdaPropertyGetPinControl(), BdaPropertyNodeTypes(), BdaPropertyPinTypes(), and BdaPropertyTemplateConnections().
| KSAUTOMATION_TABLE FilterAutomationTable |
Definition at line 53 of file bdasup.c.
Referenced by BdaCreateFilterFactoryEx().
| KSMETHOD_SET FilterMethodSet |
| KSPROPERTY_ITEM FilterPropertyItem[] |
Definition at line 17 of file bdasup.c.
Referenced by PcAddToPropertyTable().
| KSPROPERTY_SET FilterPropertySet |
| BDA_GLOBAL g_Settings |
Definition at line 10 of file bdasup.c.
Referenced by BdaCreateFilterFactoryEx(), DllInitialize(), FreeFilterInstance(), and GetFilterInstanceEntry().
| KSAUTOMATION_TABLE PinAutomationTable |
Definition at line 81 of file bdasup.c.
Referenced by BdaCreatePin().
| KSPROPERTY_ITEM PinPropertyItem[] |
| KSPROPERTY_SET PinPropertySet |