|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Variables | |
| const GUID | KSPROPTYPESETID_General = {0x97E99BA0L, 0xBDEA, 0x11CF, {0xA5, 0xD6, 0x28, 0xDB, 0x04, 0xC1, 0x00, 0x00}} |
| #define NDEBUG |
Definition at line 14 of file property.c.
| _IRQL_requires_max_ | ( | PASSIVE_LEVEL | ) |
Definition at line 370 of file property.c.
| NTSTATUS FindFastPropertyHandler | ( | IN ULONG | FastIoCount, |
| IN const KSFASTPROPERTY_ITEM * | FastIoTable, | ||
| IN PKSPROPERTY | PropertyId, | ||
| OUT PFNKSFASTHANDLER * | FastPropertyHandler | ||
| ) |
Definition at line 385 of file property.c.
Referenced by KsFastPropertyHandler().
| NTSTATUS FindPropertyHandler | ( | IN PIO_STATUS_BLOCK | IoStatus, |
| IN const KSPROPERTY_SET * | PropertySet, | ||
| IN ULONG | PropertySetCount, | ||
| IN PKSPROPERTY | Property, | ||
| IN ULONG | InputBufferLength, | ||
| IN ULONG | OutputBufferLength, | ||
| OUT PVOID | OutputBuffer, | ||
| OUT PFNKSHANDLER * | PropertyHandler, | ||
| OUT PKSPROPERTY_SET * | Set, | ||
| OUT PKSPROPERTY_ITEM * | PropertyItem | ||
| ) |
Definition at line 20 of file property.c.
Referenced by KspPropertyHandler().
Definition at line 511 of file property.c.
| KSDDKAPI BOOLEAN NTAPI KsFastPropertyHandler | ( | IN PFILE_OBJECT | FileObject, |
| IN PKSPROPERTY UNALIGNED | Property, | ||
| IN ULONG | PropertyLength, | ||
| IN OUT PVOID UNALIGNED | Data, | ||
| IN ULONG | DataLength, | ||
| OUT PIO_STATUS_BLOCK | IoStatus, | ||
| IN ULONG | PropertySetsCount, | ||
| IN const KSPROPERTY_SET * | PropertySet | ||
| ) |
Definition at line 429 of file property.c.
| NTSTATUS KspPropertyHandler | ( | IN PIRP | Irp, |
| IN ULONG | PropertySetsCount, | ||
| IN const KSPROPERTY_SET * | PropertySet, | ||
| IN PFNKSALLOCATOR Allocator | OPTIONAL, | ||
| IN ULONG PropertyItemSize | OPTIONAL | ||
| ) |
Definition at line 138 of file property.c.
Referenced by _IRQL_requires_max_(), IKsFilter_DispatchDeviceIoControl(), IKsPin_DispatchDeviceIoControl(), and KsPropertyHandler().
| KSDDKAPI NTSTATUS NTAPI KsPropertyHandler | ( | IN PIRP | Irp, |
| IN ULONG | PropertySetsCount, | ||
| IN const KSPROPERTY_SET * | PropertySet | ||
| ) |
Definition at line 358 of file property.c.
Referenced by IKsClock_DispatchDeviceIoControl(), and PcHandlePropertyWithTable().
| const GUID KSPROPTYPESETID_General = {0x97E99BA0L, 0xBDEA, 0x11CF, {0xA5, 0xD6, 0x28, 0xDB, 0x04, 0xC1, 0x00, 0x00}} |
Definition at line 17 of file property.c.
Referenced by FindPropertyHandler().