mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
- A few updates from Archwald
svn path=/trunk/; revision=42598
This commit is contained in:
parent
be6d957131
commit
dd5e13f449
2 changed files with 12 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
|||
#ifndef BDAMEDIA_H__
|
||||
#define BDAMEDIA_H__
|
||||
|
||||
typedef enum
|
||||
{
|
||||
KSPROPERTY_BDA_PIN_ID = 0,
|
||||
KSPROPERTY_BDA_PIN_TYPE
|
||||
} KSPROPERTY_BDA_PIN_CONTROL;
|
||||
|
||||
typedef struct _KSP_BDA_NODE_PIN {
|
||||
KSPROPERTY Property;
|
||||
ULONG ulNodeType;
|
||||
|
|
|
@ -3708,6 +3708,12 @@ KsFilterFactoryUpdateCacheData(
|
|||
IN const KSFILTER_DESCRIPTOR *FilterDescriptor OPTIONAL
|
||||
);
|
||||
|
||||
KSDDKAPI
|
||||
PKSPIN
|
||||
NTAPI
|
||||
KsGetPinFromIrp(
|
||||
IN PIRP Irp
|
||||
);
|
||||
|
||||
KSDDKAPI
|
||||
PKSFILTER
|
||||
|
|
Loading…
Reference in a new issue