ReactOS 0.4.16-dev-297-gc569aee
|
#include "afd.h"
Go to the source code of this file.
NTSTATUS NTAPI AfdGetContext | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 14 of file context.c.
Referenced by AfdDispatch().
NTSTATUS NTAPI AfdGetContextSize | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 40 of file context.c.
Referenced by AfdDispatch().
NTSTATUS NTAPI AfdSetContext | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 64 of file context.c.
Referenced by AfdDispatch().