sys: IRP_MJ_CLEANUP

This commit is contained in:
Bill Zissimopoulos
2015-12-07 17:25:33 -08:00
parent 2a84229da3
commit 7dba895309
3 changed files with 12 additions and 12 deletions

View File

@ -84,7 +84,7 @@ NTSTATUS DriverEntry(
FspIopCompleteFunction[IRP_MJ_INTERNAL_DEVICE_CONTROL] = FspFsvolInternalDeviceControlComplete;
FspIopCompleteFunction[IRP_MJ_SHUTDOWN] = FspShutdownComplete;
FspIopCompleteFunction[IRP_MJ_LOCK_CONTROL] = FspLockControlComplete;
FspIopCompleteFunction[IRP_MJ_CLEANUP] = FspCleanupComplete;
FspIopCompleteFunction[IRP_MJ_CLEANUP] = FspFsvolCleanupComplete;
FspIopCompleteFunction[IRP_MJ_QUERY_SECURITY] = FspQuerySecurityComplete;
FspIopCompleteFunction[IRP_MJ_SET_SECURITY] = FspSetSecurityComplete;