ReactOS 0.4.16-dev-338-g34e76ad
|
Go to the source code of this file.
Functions | |
NTSTATUS NTAPI | DriverEntry (PDRIVER_OBJECT DriverObject, PUNICODE_STRING RegistryPath) |
static NTSTATUS | InitDevice (IN PWSTR RegistryPath, IN PVOID Context) |
static NTSTATUS NTAPI | BlasterCreate (PDEVICE_OBJECT DeviceObject, PIRP Irp) |
static NTSTATUS NTAPI | BlasterClose (PDEVICE_OBJECT DeviceObject, PIRP Irp) |
static NTSTATUS NTAPI | BlasterCleanup (PDEVICE_OBJECT DeviceObject, PIRP Irp) |
static NTSTATUS NTAPI | BlasterWrite (PDEVICE_OBJECT DeviceObject, PIRP Irp) |
static NTSTATUS NTAPI | BlasterDeviceControl (PDEVICE_OBJECT DeviceObject, PIRP Irp) |
static VOID NTAPI | BlasterUnload (PDRIVER_OBJECT DriverObject) |
Variables | |
ULONG | DeviceCount = 0 |
|
static |
Definition at line 228 of file sndblst.c.
Referenced by DriverEntry().
|
static |
Definition at line 199 of file sndblst.c.
Referenced by DriverEntry().
|
static |
Definition at line 160 of file sndblst.c.
Referenced by DriverEntry().
|
static |
Definition at line 294 of file sndblst.c.
Referenced by DriverEntry().
|
static |
Definition at line 413 of file sndblst.c.
Referenced by DriverEntry().
|
static |
Definition at line 261 of file sndblst.c.
Referenced by DriverEntry().
NTSTATUS NTAPI DriverEntry | ( | PDRIVER_OBJECT | DriverObject, |
PUNICODE_STRING | RegistryPath | ||
) |
Definition at line 420 of file sndblst.c.
Definition at line 28 of file sndblst.c.
Referenced by DriverEntry().
ULONG DeviceCount = 0 |
Definition at line 23 of file sndblst.c.
Referenced by InitDevice().