mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 17:03:12 -05:00
sys: wq: TopLevelIrp functionality
This commit is contained in:
parent
5203a0360d
commit
a7f1316ffe
@ -552,8 +552,7 @@ NTSTATUS FspIopDispatchComplete(PIRP Irp, const FSP_FSCTL_TRANSACT_RSP *Response
|
|||||||
/* work queue processing */
|
/* work queue processing */
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
FspWqRequestIrpAndFlags = 0,
|
FspWqRequestWorkRoutine = 3,
|
||||||
FspWqRequestWorkRoutine = 1,
|
|
||||||
};
|
};
|
||||||
typedef NTSTATUS FSP_WQ_REQUEST_WORK(
|
typedef NTSTATUS FSP_WQ_REQUEST_WORK(
|
||||||
PDEVICE_OBJECT DeviceObject, PIRP Irp, PIO_STACK_LOCATION IrpSp,
|
PDEVICE_OBJECT DeviceObject, PIRP Irp, PIO_STACK_LOCATION IrpSp,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user