ReactOS 0.4.16-dev-297-gc569aee
|
#include "stream.h"
Go to the source code of this file.
NTSTATUS NTAPI StreamClassAddDevice | ( | IN PDRIVER_OBJECT | DriverObject, |
IN PDEVICE_OBJECT | PhysicalDeviceObject | ||
) |
Definition at line 13 of file driver.c.
Referenced by StreamClassAddDevice(), StreamClassRegisterAdapter(), and StreamClassStartDevice().
VOID NTAPI StreamClassDebugAssert | ( | IN PCHAR | File, |
IN ULONG | Line, | ||
IN PCHAR | AssertText, | ||
IN ULONG | AssertValue | ||
) |
VOID __cdecl StreamClassDebugPrint | ( | IN STREAM_DEBUG_LEVEL | DebugPrintLevel, |
IN PCCHAR | DebugMessage, | ||
... | |||
) |
VOID __cdecl StreamClassDeviceNotification | ( | IN STREAM_MINIDRIVER_DEVICE_NOTIFICATION_TYPE | NotificationType, |
IN PVOID | HwDeviceExtension, | ||
IN PHW_STREAM_REQUEST_BLOCK | pSrb, | ||
IN PKSEVENT_ENTRY | EventEntry, | ||
IN GUID * | EventSet, | ||
IN ULONG | EventId | ||
) |
Definition at line 265 of file driver.c.
Definition at line 290 of file driver.c.
BOOLEAN STREAMAPI StreamClassReadWriteConfig | ( | IN PVOID | HwDeviceExtension, |
IN BOOLEAN | Read, | ||
IN PVOID | Buffer, | ||
IN ULONG | OffSet, | ||
IN ULONG | Length | ||
) |
Definition at line 322 of file driver.c.
VOID NTAPI StreamClassReenumerateStreams | ( | IN PVOID | HwDeviceExtension, |
IN ULONG | StreamDescriptorSize | ||
) |
Definition at line 154 of file driver.c.
NTSTATUS STREAMAPI StreamClassRegisterAdapter | ( | IN PVOID | Argument1, |
IN PVOID | Argument2, | ||
IN PHW_INITIALIZATION_DATA | HwInitializationData | ||
) |
Definition at line 106 of file driver.c.
NTSTATUS NTAPI StreamClassRWCompletion | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PVOID | Context | ||
) |
Definition at line 304 of file driver.c.
Referenced by StreamClassReadWriteConfig().