ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS | GreenCreate (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
NTSTATUS | GreenClose (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
#define NDEBUG |
Definition at line 11 of file createclose.c.
NTSTATUS GreenClose | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 28 of file createclose.c.
Referenced by GreenDispatch().
NTSTATUS GreenCreate | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 15 of file createclose.c.
Referenced by GreenDispatch().