sys: IRP_MJ_CREATE

This commit is contained in:
Bill Zissimopoulos
2015-12-02 15:55:28 -08:00
parent 10a9c6b8e2
commit 7d22bec54b
3 changed files with 52 additions and 3 deletions

View File

@ -117,7 +117,7 @@
{ \
/* this can only happen if the Ioq was stopped */\
ASSERT(FspIoqStopped(&FsvrtDeviceExtension->Ioq));\
FspIopCompleteRequest(Irp, STATUS_ACCESS_DENIED);\
FspIopCompleteRequest(Irp, Result = STATUS_CANCELLED);\
} \
} \
} \