ReactOS 0.4.16-dev-306-g647d351
|
#include "stream.h"
Go to the source code of this file.
Variables | |
static KSDISPATCH_TABLE | DispatchTable |
NTSTATUS NTAPI FilterDispatch_fnClose | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 45 of file filter.c.
NTSTATUS NTAPI FilterDispatch_fnDeviceIoControl | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
NTSTATUS InitializeFilterWithKs | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 150 of file filter.c.
Referenced by StreamClassCreateFilter().
VOID RegisterDeviceInterfaces | ( | IN PSTREAM_DEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 111 of file filter.c.
Referenced by InitializeFilterWithKs().
Definition at line 261 of file filter.c.
Referenced by StreamClassAddDevice().
Definition at line 15 of file filter.c.
Referenced by InitializeFilterWithKs().
|
static |