|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Variables | |
| KSPIN_INTERFACE | StandardPinInterface |
| KSPIN_MEDIUM | StandardPinMedium |
| const GUID | KSDATAFORMAT_SUBTYPE_BDA_MPEG2_TRANSPORT = {0xf4aeb342, 0x0329, 0x4fdd, {0xa8, 0xfd, 0x4a, 0xff, 0x49, 0x26, 0xc9, 0x78}} |
| #define NDEBUG |
Definition at line 11 of file connectivity.c.
| KSDDKAPI NTSTATUS NTAPI KsCreatePin | ( | IN HANDLE | FilterHandle, |
| IN PKSPIN_CONNECT | Connect, | ||
| IN ACCESS_MASK | DesiredAccess, | ||
| OUT PHANDLE | ConnectionHandle | ||
| ) |
Definition at line 36 of file connectivity.c.
| KSDDKAPI NTSTATUS NTAPI KsHandleSizedListQuery | ( | IN PIRP | Irp, |
| IN ULONG | DataItemsCount, | ||
| IN ULONG | DataItemSize, | ||
| IN const VOID * | DataItems | ||
| ) |
Definition at line 774 of file connectivity.c.
Referenced by KspPinPropertyHandler(), and KsTopologyPropertyHandler().
| KSDDKAPI NTSTATUS NTAPI KsPinDataIntersection | ( | IN PIRP | Irp, |
| IN PKSP_PIN | Pin, | ||
| OUT PVOID | Data, | ||
| IN ULONG | DescriptorsCount, | ||
| IN const KSPIN_DESCRIPTOR * | Descriptor, | ||
| IN PFNKSINTERSECTHANDLER | IntersectHandler | ||
| ) |
Definition at line 700 of file connectivity.c.
| KSDDKAPI NTSTATUS NTAPI KsPinDataIntersectionEx | ( | IN PIRP | Irp, |
| IN PKSP_PIN | Pin, | ||
| OUT PVOID | Data, | ||
| IN ULONG | DescriptorsCount, | ||
| IN const KSPIN_DESCRIPTOR * | Descriptor, | ||
| IN ULONG | DescriptorSize, | ||
| IN PFNKSINTERSECTHANDLEREX IntersectHandler | OPTIONAL, | ||
| IN PVOID HandlerContext | OPTIONAL | ||
| ) |
Definition at line 680 of file connectivity.c.
| KSDDKAPI NTSTATUS NTAPI KsPinPropertyHandler | ( | IN PIRP | Irp, |
| IN PKSPROPERTY | Property, | ||
| IN OUT PVOID | Data, | ||
| IN ULONG | DescriptorsCount, | ||
| IN const KSPIN_DESCRIPTOR * | Descriptor | ||
| ) |
Definition at line 666 of file connectivity.c.
Referenced by PinPropertyHandler().
| KSDDKAPI NTSTATUS NTAPI KspPinPropertyHandler | ( | IN PIRP | Irp, |
| IN PKSPROPERTY | Property, | ||
| IN OUT PVOID | Data, | ||
| IN ULONG | DescriptorsCount, | ||
| IN const KSPIN_DESCRIPTOR * | Descriptors, | ||
| IN ULONG | DescriptorSize | ||
| ) |
Definition at line 324 of file connectivity.c.
Referenced by FilterPinPropertyHandler(), and KsPinPropertyHandler().
| NTSTATUS KspReadMediaCategory | ( | IN LPGUID | Category, |
| PKEY_VALUE_PARTIAL_INFORMATION * | OutInformation | ||
| ) |
Definition at line 232 of file connectivity.c.
Referenced by KspPinPropertyHandler(), and KsTopologyPropertyHandler().
| NTSTATUS KspValidateConnectRequest | ( | IN PIRP | Irp, |
| IN ULONG | DescriptorsCount, | ||
| IN PVOID | Descriptors, | ||
| IN ULONG | DescriptorSize, | ||
| OUT PKSPIN_CONNECT * | Connect | ||
| ) |
FIXME implement format checking
Definition at line 60 of file connectivity.c.
Referenced by IKsFilter_DispatchCreatePin(), and KsValidateConnectRequest().
| KSDDKAPI NTSTATUS NTAPI KsValidateConnectRequest | ( | IN PIRP | Irp, |
| IN ULONG | DescriptorsCount, | ||
| IN KSPIN_DESCRIPTOR * | Descriptor, | ||
| OUT PKSPIN_CONNECT * | Connect | ||
| ) |
Definition at line 222 of file connectivity.c.
Referenced by PcValidateConnectRequest().
| const GUID KSDATAFORMAT_SUBTYPE_BDA_MPEG2_TRANSPORT = {0xf4aeb342, 0x0329, 0x4fdd, {0xa8, 0xfd, 0x4a, 0xff, 0x49, 0x26, 0xc9, 0x78}} |
Definition at line 28 of file connectivity.c.
| KSPIN_INTERFACE StandardPinInterface |
Definition at line 14 of file connectivity.c.
Referenced by KspPinPropertyHandler(), and KspValidateConnectRequest().
| KSPIN_MEDIUM StandardPinMedium |
Definition at line 21 of file connectivity.c.
Referenced by KspPinPropertyHandler(), and KspValidateConnectRequest().