ReactOS
0.4.15-dev-4871-g4471ee4
|
#include "sacdrv.h"
Go to the source code of this file.
Functions | |
NTSTATUS NTAPI | DispatchDeviceControl (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
NTSTATUS NTAPI | DispatchShutdownControl (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
NTSTATUS NTAPI | DispatchCreate (IN PSAC_DEVICE_EXTENSION DeviceExtension, IN PIRP Irp) |
NTSTATUS NTAPI | DispatchClose (IN PSAC_DEVICE_EXTENSION DeviceExtension, IN PIRP Irp) |
NTSTATUS NTAPI | Dispatch (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
VOID NTAPI | TimerDpcRoutine (IN PKDPC Dpc, IN PVOID DeferredContext, IN PVOID SystemArgument1, IN PVOID SystemArgument2) |
VOID NTAPI | UnloadHandler (IN PDRIVER_OBJECT DriverObject) |
Variables | |
LONG | TimerDpcCount |
Definition at line 53 of file dispatch.c.
Definition at line 45 of file dispatch.c.
Definition at line 37 of file dispatch.c.
VOID NTAPI TimerDpcRoutine | ( | IN PKDPC | Dpc, |
IN PVOID | DeferredContext, | ||
IN PVOID | SystemArgument1, | ||
IN PVOID | SystemArgument2 | ||
) |
Definition at line 61 of file dispatch.c.
Referenced by InitializeDeviceData().
VOID NTAPI UnloadHandler | ( | IN PDRIVER_OBJECT | DriverObject | ) |
Definition at line 112 of file dispatch.c.
LONG TimerDpcCount |
Definition at line 15 of file dispatch.c.
Referenced by TimerDpcRoutine().